-
Notifications
You must be signed in to change notification settings - Fork 619
Trash. GLWindow
Cyrille Rossant edited this page Feb 26, 2014
·
1 revision
What framework are available for opening a GL window ?
We probably want to support:
- Rendering in a standalone Window. Preferably without the need of a GUI toolkit.
- Off-screen rendering, so we can blit the result to any canvas we want (possibly remotely).
- Embedding a figure in a GUI, so that applications can integrate the library well. At least Qt (PySide+PyQt4), Gtk and Wx should be supported.
- Available from most GL distribution
- Lightweight
- Deprecated
- Very basic GUI
- Not maintained
- actively maintained
- lightweight
- No GUI
- No officiel python binding (I've made them though)
- Just works !
- Modern OpenGL
- Own GL bindings with extensive use of ctypes