The python opengl library framework goal is to make a modular realtime 3d engine framework. Modularity in such a way that you can replace the module with your own module if you want.
BaseObject | OBJUtils | openGLInterface | pathUtils | Renderer |
---|---|---|---|---|
BaseObject | OBJUtils | PythonOpenGLInterface | pathFunctions | [renderLib] (https://github.com/HeadhunterXamd/PyOpenGLEngine/blob/master/PyGEF/Renderer/Renderer.md) |
in every package there is an packagename.md file which will explain the goals in the scope of the package