Difference between revisions of "Helpful Links"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Line 12: | Line 12: | ||
*[http://static.cegui.org.uk/static/VanillaProperties.html Properties available in the Vanilla skin] | *[http://static.cegui.org.uk/static/VanillaProperties.html Properties available in the Vanilla skin] | ||
*[http://static.cegui.org.uk/static/WindowsLookProperties.html Properties available in the WindowsLook skin] | *[http://static.cegui.org.uk/static/WindowsLookProperties.html Properties available in the WindowsLook skin] | ||
+ | |||
+ | == Porting Guides == | ||
+ | *[[Changes_and_Porting_Tips_for_0.8.0 |Porting from v0.7.x to v0.8.x ]] | ||
+ | *[[Changes_and_Porting_Tips_for_0.7.0 | Porting from v0.6.x / v0.5.x to v0.7.x]] |
Revision as of 12:41, 27 May 2015
Retrieving source/binaries
- Download Releases (CEGUI & CEED)...
- ...or get the latest version from the repository (Be sure to choose correct branch! More info about the branches is available on the repo page)
Documentation
- Beginner's Tutorials on how to initialise, update and render CEGUI (choose your API version on the top right)
- List of CEGUI classes (choose your API version on the top right)
- Falagard Skinning System Manual - in case you want to edit the looknfeel (=skinning) files
Miscellaneous useful links
- Properties available in the TaharezLook skin
- Properties available in the Vanilla skin
- Properties available in the WindowsLook skin