Difference between revisions of "Main Page"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Line 12: | Line 12: | ||
</div> | </div> | ||
− | {| | + | {| width="100%" background-color="transparent" |
− | | | + | |valign="top"| |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <!-- Section 1: Learning about CEGUI --> |
− | + | {{Section|1=Learning about CEGUI|2= | |
− | + | *[[FAQ|Everything About CEGUI (FAQ)]] | |
− | + | }} | |
− | + | ||
− | + | ||
− | * | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <!-- Section 2: Downloading and Installing --> |
− | + | {{Section|1=Downloading and Installing|2= | |
− | < | + | * [[Download]] |
− | + | }} | |
− | + | ||
− | + | <!-- Section 3: Working with CEGUI --> | |
+ | {{Section|1=Working with CEGUI|2= | ||
* [[Tutorials]]: All tutorials to help you getting started with CEGUI | * [[Tutorials]]: All tutorials to help you getting started with CEGUI | ||
* [[HOW-TO_series|HOW-TO Series]]: How to deal with a specific feature of CEGUI | * [[HOW-TO_series|HOW-TO Series]]: How to deal with a specific feature of CEGUI | ||
* [[Articles]]: Some more advanced material on using CEGUI | * [[Articles]]: Some more advanced material on using CEGUI | ||
* [[CodeSnippets]]: | * [[CodeSnippets]]: | ||
− | + | }} | |
− | + | ||
− | + | ||
− | + | ||
− | < | + | <!-- Section 4: CEGUI for Content Creators --> |
− | + | {{Section|1=CEGUI for Content Creators|2= | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* [[Assembling a Toolset|Tools]]: Gather the tools that can help you with the creation of your GUI | * [[Assembling a Toolset|Tools]]: Gather the tools that can help you with the creation of your GUI | ||
* [["Falagard" Skinning System Documentation]]: All you ever wanted to know on falagard skinning system (and more) | * [["Falagard" Skinning System Documentation]]: All you ever wanted to know on falagard skinning system (and more) | ||
Line 64: | Line 40: | ||
* [[External resources]]: Find some material for your gui | * [[External resources]]: Find some material for your gui | ||
* [http://skins.cegui.org.uk Skins]: Find some existing skins | * [http://skins.cegui.org.uk Skins]: Find some existing skins | ||
− | + | }} | |
− | + | ||
− | + | ||
− | < | + | <!-- Section 5: Community Projects --> |
− | + | {{Section|1=Community Projects|2= | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* [[User Contributed Material]]: You have a lot of talents lets share it here | * [[User Contributed Material]]: You have a lot of talents lets share it here | ||
− | + | }} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | <!-- Section 6: Official References --> |
− | + | {{Section|1=Official References|2= | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
* [http://www.cegui.org.uk/api_reference API Reference]: Online doxygen manual for the lastest stable release (0.4.1) | * [http://www.cegui.org.uk/api_reference API Reference]: Online doxygen manual for the lastest stable release (0.4.1) | ||
* []: Online doxygen manula for the development release (trunk) | * []: Online doxygen manula for the development release (trunk) | ||
* []: Falagard skining documentation | * []: Falagard skining documentation | ||
− | + | }} | |
− | + | ||
− | + | ||
− | | | + | <!-- Right sections --> |
− | < | + | | valign="top" width="25%" | |
− | + | <!-- Section 7: Latest News --> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{{CEGUINews}} | {{CEGUINews}} | ||
− | < | + | <!-- Section 8: Project --> |
− | + | {{Section|1=Project|2= | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
CEGUI Release, roadmap and porting notes | CEGUI Release, roadmap and porting notes | ||
* 0.4 (stable) CEGUI MK2-0.4.1 | * 0.4 (stable) CEGUI MK2-0.4.1 | ||
* 0.5 (devel) Not yet released [[Porting to the 0.5.0 Release|Porting notes]] | * 0.5 (devel) Not yet released [[Porting to the 0.5.0 Release|Porting notes]] | ||
− | + | }} | |
− | < | + | <!-- Section 9: Current Releases --> |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
{{CurrentCEGUI}} | {{CurrentCEGUI}} | ||
− | |||
− | |||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{CEGUIWikiWhatsNew}} | {{CEGUIWikiWhatsNew}} | ||
− | < | + | <!-- |
− | + | ||
<div style="background:#2f1fef; padding:0px; border:1px solid #888888; margin-bottom:5px"> | <div style="background:#2f1fef; padding:0px; border:1px solid #888888; margin-bottom:5px"> | ||
<div style="text-align:center; line-height:120%; padding:0.2em; background-color:#eeeeee; border-bottom:1px solid #888888;"> | <div style="text-align:center; line-height:120%; padding:0.2em; background-color:#eeeeee; border-bottom:1px solid #888888;"> | ||
Line 145: | Line 78: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | --> |
Revision as of 11:50, 5 June 2006
Welcome to Crazy Eddie's GUI System
Welcome to Crazy Eddie's GUI System
Crazy Eddie's GUI System is a free library providing windowing and widgets for graphics APIs / engines where such functionality is not natively available, or severely lacking. The library is object orientated, written in C++, and targeted at games developers who should be spending their time creating great games, not building GUI sub-systems! | <galrand></galrand> |
To edit this wiki or to contribute to this site, you must be a registered on our forums
This page is currently being completly reorganized all the information remains available. Sorry for the transition time
Learning about CEGUI Downloading and Installing Working with CEGUI
CEGUI for Content Creators
Community Projects
Official References
|
Latest News
Project CEGUI Release, roadmap and porting notes
Current Releases
|
The last 5 additions to the wiki
There are no results for this report.
The last 5 changes to the wiki
3 June 2025
- (Deletion log); 09:03 . . Crazyeddie (Talk | contribs) deleted page Ultimate Stumble Guys Hack: Unlock Gems and Boost Your Gameplay! (content was: "Introducing the Ultimate Stumble Guys Hack: Unlock Gems and Boost Your Gameplay!Are you a fan of the widely popular mobile game, Stumble Guys? Do you find yours..." (and the only contributor was "Lcy03406"))
- (Block log); 09:03 . . Crazyeddie (Talk | contribs) blocked Lcy03406 (Talk | contribs) with an expiry time of indefinite (account creation disabled) (Spamming links to external sites)
- (Deletion log); 09:02 . . Crazyeddie (Talk | contribs) deleted page INYBPuDS0OYd2Q (content was: "https://www.causeweb.org/wiki/chance/index.php?title=WORKING&action=edit http://www.hoefsloot.com/wiki/index.php?title=WORKING&action=edit http://www.thelemaped..." (and the only contributor was "Zaman146"))
- (Deletion log); 09:02 . . Crazyeddie (Talk | contribs) deleted page Dan The Man Cheats 2025 Working (Coins Generator) (content was: "Unlock your gaming potential with Dan The Man like never before! 🚀 Are you tired of grinding for coins and waiting for rewards? Imagine having all the coins..." (and the only contributor was "Zaman146"))
- (Deletion log); 09:02 . . Crazyeddie (Talk | contribs) deleted page Diggys Adventure Gems Coins Cheats 2025 for Android iOS (REAL GENERATOR) (content was: "Unlock unlimited potential in Diggy's Adventure today! Are you tired of grinding for gems and coins? You're not alone. Many players like you are seeking a way t..." (and the only contributor was "Zaman146"))