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

Port Morpheas to OpenGL 3.3 #4

Closed kilon closed 6 years ago

kilon commented 6 years ago

old version of Morpheas has been using OpenGL 1 because it was much easier to learn but this is not a good choice because it forbids the library from using many of the features that are hardware accelerated by modern GPU cards. Because Morpheas aims to also provide top performance for the user its very important to port the library to OpenGL 3 and to be specific OpenGL 3.3 which is the version that Blender 2.8 will be using and also a version that is very popular with other apps.

kilon commented 6 years ago

Too hard to implement , I am dropping Morpheas and instead will directly modify Blender source code