Difference between revisions of "Tutorials"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Renamed "CrazyEddie's 'Imbeciles' Guides" to "CrazyEddie's Beginner Guides.") |
|||
Line 1: | Line 1: | ||
− | === CrazyEddie's | + | === CrazyEddie's Beginner Guides === |
− | * [[The | + | * [[The Beginner Guide to Getting CEGUI Rendering]] - How to initialise CEGUI to render properly. |
− | * [[The | + | * [[The Beginner Guide to Loading Data Files and Initialisation]] - How to load some data files and perform basic system initialisation. |
− | * [[The | + | * [[The Beginner Guide to Creating a CEGUI Window]] - How to create a simple window and get it on screen. |
− | * [[The | + | * [[The Beginner Guide to Injecting Inputs]] - How to inject inputs into CEGUI and get interactive. |
− | === Lua Scripting with CEGUI | + | === Lua Scripting with CEGUI === |
* [[Getting Started with Lua and CEGUI]] - How to initialise CEGUI with a Lua script module and configuration file. | * [[Getting Started with Lua and CEGUI]] - How to initialise CEGUI with a Lua script module and configuration file. | ||
* [[Handling Events from Lua]] - How to load Lua script files and bind CEGUI events to Lua functions. | * [[Handling Events from Lua]] - How to load Lua script files and bind CEGUI events to Lua functions. |
Revision as of 10:14, 1 July 2005
CrazyEddie's Beginner Guides
- The Beginner Guide to Getting CEGUI Rendering - How to initialise CEGUI to render properly.
- The Beginner Guide to Loading Data Files and Initialisation - How to load some data files and perform basic system initialisation.
- The Beginner Guide to Creating a CEGUI Window - How to create a simple window and get it on screen.
- The Beginner Guide to Injecting Inputs - How to inject inputs into CEGUI and get interactive.
Lua Scripting with CEGUI
- Getting Started with Lua and CEGUI - How to initialise CEGUI with a Lua script module and configuration file.
- Handling Events from Lua - How to load Lua script files and bind CEGUI events to Lua functions.
- Writing CEGUI scripts - Code snippets
SDL Tutorials
- Using CEGUI with SDL and OpenGL - Guidelines on how to get SDL, OpenGL and CEGUI running together.