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
- 04:59, 24 March 2025 Idle Lumberjack 3D Generator Coins New Working No Human Verification (New) (hist) [4,145 bytes] Zaman146 (Talk | contribs) (Created page with "Struggling to gather coins in Idle Lumberjack 3D? You're not alone! Many players find themselves stuck, unable to progress. Imagine breezing through the game with an endless...")
- 04:57, 24 March 2025 Hill Climb Racing 2 Generator Free Money Fully Works No Survey (No Survey) (hist) [4,322 bytes] Zaman146 (Talk | contribs) (Created page with "Tired of grinding away in Hill Climb Racing 2 without the rewards you deserve? 🚗💨 Imagine soaring through the tracks with unlimited money and upgrades, turning every cl...")
- 04:55, 24 March 2025 Real Drift Car Racing Generator Free Money Strategy 2025 (The Legit Method) (hist) [4,183 bytes] Zaman146 (Talk | contribs) (Created page with "Tired of grinding for hours in Real Drift Car Racing without seeing the rewards you deserve? It’s time for a change! Imagine racing with unlimited money and unlocking every...")
- 04:53, 24 March 2025 (NEW) Z Escape Cheats Mod APK Get Unlimited Money IOS Android (hist) [3,789 bytes] Zaman146 (Talk | contribs) (Created page with "🚀 Unlock endless possibilities in Z Escape without any hurdles! 🌟 Are you tired of grinding for resources and rewards? It’s time to elevate your game effortlessly with...")
- 04:51, 24 March 2025 Save The Girl Cheats Mod APK Get Unlimited Coins IOS Android (No Human Verification) (hist) [3,908 bytes] Zaman146 (Talk | contribs) (Created page with "Unlock the ultimate gaming experience with "Save The Girl"! 🚀 Are you tired of hitting walls in your gameplay? Want to level up your coins without the hassle of human veri...")
The last 5 changes to the wiki
No changes during the given period matching these criteria.