LoginSignup
0
1

More than 5 years have passed since last update.

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

Last updated at Posted at 2018-04-22

環境

  • 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

pyimgui.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1