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

Provide benchmark tools for Morpheas #7

Closed kilon closed 6 years ago

kilon commented 6 years ago

Unfortunately, existing OpenGL tools seems to work a bit strange so its very important provide some basic profiling (for measuring performance and identifying slowdowns) and debugging (for detecting bugs and causes for malfunction) tools. This issue will probably need several commits or even sub-issues to address as it is a complex issue.