kilon / morpheas

Morpheas is a GUI API for the construction of custom guis using skins, actively supporting blender and based on OpenGL
GNU General Public License v3.0
9 stars 4 forks source link

Create a standalone backend supporting OpenGL 3.3 #6

Closed kilon closed 6 years ago

kilon commented 6 years ago

A standalone backend for OpenGL 3.3 will allow people to use Morpheas for standalone applications coded in Python with only dependency on OpenGL 3.3. A third party library for creating the main window may be also needed although this could happen natively too via ctypes or C Python API.