Hi all! I've decided to use CEGUI (v0.5 RC1) as GUI renderer for my new game engine. I wrote a small GuiManager for my engine and CEGUI works perfectly with the rest of the Engine, except one thing. When I get an assertion error when I try to delete the CEGUI::System object... Here is my code: File:...
Hi, I've got a few questions for you! I've created a simple application using Ogre and CEGUI. I want a small window which contains a number of buttons to appear in the middle of the my "Ogre Window". How do I do this, can you give me an example? I want to create my own scheme (my own butto...