Difference between revisions of "Tutorials"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(→Lindquist's Lua Scripting with CEGUI Guides) |
|||
Line 4: | Line 4: | ||
* [[The Imbeciles Guide to Creating a CEGUI Window]] - How to create a simple window and get it on screen. | * [[The Imbeciles Guide to Creating a CEGUI Window]] - How to create a simple window and get it on screen. | ||
* [[The Imbeciles Guide to Injecting Inputs]] - How to inject inputs into CEGUI and get interactive. | * [[The Imbeciles Guide to Injecting Inputs]] - How to inject inputs into CEGUI and get interactive. | ||
+ | |||
=== Lindquist's Lua Scripting with CEGUI Guides === | === Lindquist's Lua Scripting with CEGUI Guides === | ||
* [[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. | ||
+ | |||
+ | === SDL Tutorials === | ||
+ | * [[Using CEGUI with SDL and OpenGL]] - How to get SDL, OpenGL and CEGUI running together. |
Revision as of 15:23, 8 May 2005
CrazyEddie's 'Imbeciles' Guides
- The Imbeciles Guide to Getting CEGUI Rendering - How to initialise CEGUI to render properly.
- The Imbeciles Guide to Loading Data Files and Initialisation - How to load some data files and perform basic system initialisation.
- The Imbeciles Guide to Creating a CEGUI Window - How to create a simple window and get it on screen.
- The Imbeciles Guide to Injecting Inputs - How to inject inputs into CEGUI and get interactive.
Lindquist's Lua Scripting with CEGUI Guides
- 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.
SDL Tutorials
- Using CEGUI with SDL and OpenGL - How to get SDL, OpenGL and CEGUI running together.