Jetson TX1でPython ImGui bindingを使ってみる


環境

  • JetPack 3.2
  • Python3.5
  • pyimgui 0.1.0
  • PyOpenGL 3.1.0
  • glfw 1.6.0

インストール

$ source "Your path to virtualenv"/bin/activate
$ pip install imgui
$ pip install glfw
$ pip install pyopengl

動作確認

$ git clone https://github.com/swistakm/pyimgui.git
$ python pyimgui/doc/examples/glfw3.py