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
blender custom-gui gui opengl

Morpheas

Morpheas is a GUI API based on OpenGL for the creation of guis that use skins, which are plain PNG files. Morpheas is designed to mainly work with Blender but its architecture supports usage outside Blender as well.

Features

Installation

Morphease only dependency is that of the livecoding library which can be found at

https://github.com/kilon/livecoding

Your project should be structured as such that it contains two folders, one named morpheas and another named livecoding

Documentation

Documentation of the project is included in the source code in form of code comments. Morpheas is fully documented and it also comes included with several examples also fully documented

Seperate documentation is a still a WIP for those prefering a more traditional format