Search found 2 matches
- Thu Jan 28, 2016 23:04
- Forum: Help
- Topic: CEGUI hangs when parsing/loading a simple .scheme
- Replies: 3
- Views: 5161
Re: CEGUI hangs when parsing/loading a simple .scheme
You seem not to set up your resource groups. I have to admit that this is not mentioned in the tutorial you linked, but in the API docu there's some very useful "HowTo Resource Loading". The resulting code should look like this (it was created for use with SDL2, but initialising CEGUI is ...
- Thu Jan 28, 2016 02:04
- Forum: Help
- Topic: CEGUI hangs when parsing/loading a simple .scheme
- Replies: 3
- Views: 5161
CEGUI hangs when parsing/loading a simple .scheme
Hi all So today I was testing out CEGUI in my ogre test, using the Ogre renderer in CEGUI. I was following the tutorial in http://cegui.org.uk/wiki/CEGUI_In_Practice_-_Introduction when I noticed the XML *.schema file wasn't loading properly. The whole program just stood there doing nothing with bla...