Difference between revisions of "Main Page"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
 
(132 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<div style="background:#2f1fef; padding:0px; border:1px solid #888888; margin-bottom:10px">
+
<!-- Main Page Header (formerly Template:CEGUIWelcome) -->  
<div style="text-align:center; line-height:120%; padding:0.2em; background-color:#eeeeee; border-bottom:1px solid #888888;">
+
{{Section|1=Welcome to the <em><b>CEGUI Community Wiki</b></em>|2=
<span style="color:#3349dd; font-size:150%;">'''Welcome to Crazy Eddie's GUI System'''</span>
+
 
 +
<div style="text-align:center;font-size:14px;">
 +
Welcome to the official CEGUI community Wiki. All users are encouraged to contribute! This is a community driven wiki, which serves as an addition to [http://static.cegui.org.uk/docs/ the official API documentation].
 
</div>
 
</div>
<div style="background:#ffffff; padding:0.5em">
+
<div style="text-align:center;font-size:14px;">
{{CEGUIWelcome}}
+
To contribute to the wiki, please login with your [http://www.cegui.org.uk/phpBB2/index.php forum] account (registration is easy!). To improve the API documentation, create a pull request on [https://bitbucket.org/cegui/cegui/ our bitbucket repository].
 
</div>
 
</div>
 +
<div style="text-align:center;font-size:14px;">
 +
All news, releases and more can be found on the official [http://www.cegui.org.uk CEGUI website].
 
</div>
 
</div>
{| cellspacing="0" cellpadding="0" width="100%" background-color="transparent"
+
 
| style="border:none; margin:none; padding:none;" valign="top" | <!-- This is the left panel -->
+
}}
<div style="border:0" valign="top">
+
 
<div style="background:#2f1fef; padding:0px; border:1px solid #888888; margin-bottom:10px">
+
 
<div style="text-align:center; line-height:120%; padding:0.2em; background-color:#eeeeee; border-bottom:1px solid #888888;">
+
<!--  Section 2: Downloading and Installing -->
<span style="color:#3349dd; font-size:120%;">'''Latest News'''</span>
+
{{Section|1=Getting CEGUI|2=
</div>
+
* [[Downloads|Download a Release]]
<div style="background:#ffffff; padding:0.5em">
+
* [[Obtaining_the_library_source_from_Mercurial|Build it from source]]
{{CEGUINews}}
+
}}
</div>
+
 
</div>
+
<!-- Section 3:  How to use CEGUI -->
</div>
+
{{Section|1=Working with CEGUI|2=
| width="20em" style="border:none; margin:none; padding:none;" valign="top" | <!-- This is the right panel -->
+
* [http://static.cegui.org.uk/docs Official API docs for all Releases]
<div style="border:0; margin-left:5px" valign="top">
+
* [https://bitbucket.org/cegui/cegui CEGUI ReadMe]
<div style="float:right; width:20em; background:#2f1fef; padding:0px; border:1px solid #888888; margin-bottom:10px">
+
* [[Helpful_Links|A concise collection of helpful links for CEGUI users]]
<div style="text-align:center; line-height:120%; padding:0.2em; background-color:#eeeeee; border-bottom:1px solid #888888;">
+
* [[:Category:Tutorials|Tutorials]]: All tutorials to help you getting started with CEGUI
<span style="color:#3349dd; font-size:120%;">'''Current Releases'''</span>
+
* [[:Category:HowTo|How-To series]]: How to deal with a specific feature of CEGUI
</div>
+
* [[:Category:Manuals|Manuals]]: Some more advanced material on using CEGUI
<div style="background:#ffffff; padding:0.5em">
+
}}
{{CurrentCEGUI}}
+
 
</div>
+
<!-- Section 4: CEGUI for Content Creators -->  
</div>
+
{{Section|1=CEGUI for Content Creators|2=
</div>
+
* [[CEED]] - The official tool for CEGUI
|}
+
* [[Assembling a Toolset|Tools]]: Gather the tools that can help you with the creation of your GUI
 +
* [http://cegui.org.uk/docs/current/fal_man.html "Falagard" Skinning System Documentation]: All you ever wanted to know on falagard skinning system (and more)
 +
* [[XML File formats]]: Description of all XML file format used in CEGUI
 +
* [http://skins.cegui.org.uk Skins]: (WIP) Find some existing skins. There are more on the forums.
 +
}}
 +
 
 +
<!-- Section 1: About CEGUI -->  
 +
{{Section|1=About CEGUI|2=
 +
* [http://cegui.org.uk CEGUI website]
 +
* [[FAQ|Everything About CEGUI (FAQ)]] (Old)
 +
* [[Developer Team]]
 +
* [[Projects Using CEGUI]]: Games and other software using CEGUI
 +
}}
 +
 
 +
 
 +
{{Section|1=Featured Videos from our [http://www.youtube.com/ceguiproject YouTube Channel]|2=
 +
<table width="795" style="margin-left: auto; margin-right: auto">
 +
<tr>
 +
<td rowspan="2" colspan="2"><youtube width="640" height="320">iXsZh1owpBI</youtube>
 +
</td>
 +
<td><youtube width="320" height="180">AM5_YarbwNg</youtube></td><td>
 +
<youtube width="320" height="180">ldSd45xlVU0</youtube></td></tr>
 +
<tr><td><youtube width="320" height="180">eRC5R9aA_Zs</youtube></td><td>
 +
<youtube width="320" height="180">Z5Uf9IsWCXY</youtube></td></tr>
 +
</table>
 +
}}
 +
{| width="100%" background-color="transparent"
 +
|valign="top"|

Latest revision as of 18:43, 27 February 2016

Welcome to the CEGUI Community Wiki

Welcome to the official CEGUI community Wiki. All users are encouraged to contribute! This is a community driven wiki, which serves as an addition to the official API documentation.

To contribute to the wiki, please login with your forum account (registration is easy!). To improve the API documentation, create a pull request on our bitbucket repository.

All news, releases and more can be found on the official CEGUI website.


Getting CEGUI

Working with CEGUI

CEGUI for Content Creators

  • CEED - The official tool for CEGUI
  • 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)
  • XML File formats: Description of all XML file format used in CEGUI
  • Skins: (WIP) Find some existing skins. There are more on the forums.

About CEGUI


Featured Videos from our YouTube Channel