[Latest] Read Me!

kungfoomasta

05-11-2012 23:54:50

Hi everybody. QuickGUI has not been updated in quite some time, however I somewhat recently released something that allows everybody to write their UI exactly how they want.

I called it the OgreRenderer2D class.

This class provides the ability to write to RenderTexture instances, such as the viewport. You can also write to Textures in memory and then write these textures to the viewport. In this way, you can either draw individual UI elements every frame, or update textures which are then drawn to the screen.

With this class, there are no concepts of Widgets, however you could create a set of UI classes that build on top of the OgreRenderer2D class, to meet your UI needs.