OPENGL User Interface Programming

前端 未结 9 884
一整个雨季
一整个雨季 2021-01-20 13:49

I\'m developing a graphical application to present data (not a game but a real workhorse app). It needs to be cross platform, so I have chosen:

  • python
9条回答
  •  星月不相逢
    2021-01-20 14:28

    Blender is the only app I know of with a GUI written fully in OpenGL... the only problem is it's in C++.

    I'm a Python developer as well, but I'm just getting into using OGL

    I honestly don't think there are any toolkits to develop a GUI in OGL...

    the Blender developers are giving me runaround documentation instead of direct help... but I'll let you know what I figure out ;)

    EDIT: here's a bit of documentation on PyOpenGL's functions: http://pyopengl.sourceforge.net/documentation/manual/reference-GLUT.html

提交回复
热议问题