Difference between revisions of "Helpful Links"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Created page with "== Retrieving source/binaries == *[http://cegui.org.uk/download Download Releases (CEGUI & CEED)] *[https://bitbucket.org/cegui/cegui Clone a repository version] (Choose the c...") |
(→Porting Guides) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Retrieving source/binaries == | == Retrieving source/binaries == | ||
− | *[http://cegui.org.uk/download Download Releases (CEGUI & CEED)] | + | *[http://cegui.org.uk/download Download Releases (CEGUI & CEED)...] |
− | *[https://bitbucket.org/cegui/cegui | + | *[https://bitbucket.org/cegui/cegui ...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 == | == Documentation == | ||
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 (CEGUI Wiki)]] | ||
+ | *[[Changes_and_Porting_Tips_for_0.7.0 | Porting from v0.6.x / v0.5.x to v0.7.x (CEGUI Wiki)]] | ||
+ | *[http://static.cegui.org.uk/docs/0.8/porting6to7.html Porting from v0.6.x to v0.7.x (Official API docu)] |
Latest revision as of 16:43, 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