Page 1 of 1

looking for downloadable examples

Posted: Thu Apr 09, 2009 15:01
by ingo99
Hi,

I'm working with OpenGL and looking for downloadable examples about the implementation of cegui. The wiki isn't very helpful, because my proper way to learn the usage of a framework is just to read code.

I'm searching for some time now, but I couldn't find any finished example.

would be nice if someone could provide one for me.

thx
ingo

Posted: Thu Apr 09, 2009 15:16
by reacher
The SDK comes with several samples that are really helpful in learning CEGUI by looking at the code. In fact, most tutorials you find on the wiki will use the framework set up the the samples, so looking at the sample code will give you a good understanding on how to set stuff up.

The samples implement some code to allow you to select the rendering engine. If you know you're using OpenGL, a "barebones" application is really trivial. Will you be generating the GUI via C++ or using a layout XML file?

Posted: Thu Apr 09, 2009 15:38
by ingo99
thanks a lot, the sdk is really helpful.

I guess I will generate the GUI via xml layout files, it seems to be more dynamic.