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
- 00:04, 21 December 2024 Ceguis (hist) [5 bytes] Liusijian1987 (Talk | contribs) (Created page with "cegui")
- 00:03, 21 December 2024 CATS Crash Arena Turbo Stars Unlimited Coins Cash Generator Cheats 2025 (WORKING IN 5 SECOND) (hist) [1,102 bytes] Liusijian1987 (Talk | contribs) (Created page with "Are you ready to elevate your gaming experience in CATS: Crash Arena Turbo Stars? As this exciting mobile game continues to captivate players worldwide, the demand for resourc...")
- 00:02, 21 December 2024 Free Boom Beach Cheats Diamonds Generator 2025 (updated generator) (hist) [1,116 bytes] Liusijian1987 (Talk | contribs) (Created page with "In the competitive world of Boom Beach, players are constantly searching for ways to enhance their gaming experience and gain an edge over their opponents. With the rise of va...")
- 00:01, 21 December 2024 Shadow Fight 3 Cheats And Unlimited Gems Gold Generator (No Human Verification) (hist) [155 bytes] Liusijian1987 (Talk | contribs) (Created page with "Shadow Fight 3 Cheats And Unlimited Gems Gold Generator (No Human Verification) '''Gems Gold Click Here And Get >>> https://www.cardslives.org/667f77a'''")
- 00:00, 21 December 2024 My Cafe Recipes and Stories Cheats Free Gems Gold Generator 2025 No Verification (Android Mod) (hist) [1,244 bytes] Liusijian1987 (Talk | contribs) (Created page with "In the vibrant world of mobile gaming, few titles capture the imagination quite like My Cafe: Recipes and Stories. This charming café simulation invites players to unleash th...")
The last 5 changes to the wiki
21 December 2024
- (diff | hist) . . N Ceguis; 00:04 . . (+5) . . Liusijian1987 (Talk | contribs) (Created page with "cegui")
- (diff | hist) . . N CATS Crash Arena Turbo Stars Unlimited Coins Cash Generator Cheats 2025 (WORKING IN 5 SECOND); 00:03 . . (+1,102) . . Liusijian1987 (Talk | contribs) (Created page with "Are you ready to elevate your gaming experience in CATS: Crash Arena Turbo Stars? As this exciting mobile game continues to captivate players worldwide, the demand for resourc...")
- (diff | hist) . . N Free Boom Beach Cheats Diamonds Generator 2025 (updated generator); 00:02 . . (+1,116) . . Liusijian1987 (Talk | contribs) (Created page with "In the competitive world of Boom Beach, players are constantly searching for ways to enhance their gaming experience and gain an edge over their opponents. With the rise of va...")
- (diff | hist) . . N Shadow Fight 3 Cheats And Unlimited Gems Gold Generator (No Human Verification); 00:01 . . (+155) . . Liusijian1987 (Talk | contribs) (Created page with "Shadow Fight 3 Cheats And Unlimited Gems Gold Generator (No Human Verification) '''Gems Gold Click Here And Get >>> https://www.cardslives.org/667f77a'''")
- (diff | hist) . . N My Cafe Recipes and Stories Cheats Free Gems Gold Generator 2025 No Verification (Android Mod); 00:00 . . (+1,244) . . Liusijian1987 (Talk | contribs) (Created page with "In the vibrant world of mobile gaming, few titles capture the imagination quite like My Cafe: Recipes and Stories. This charming café simulation invites players to unleash th...")