Difference between revisions of "Tutorials"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
Line 6: Line 6:
  
  
=== Lindquist's Lua Scripting with CEGUI Guides ===
+
=== 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.
 +
* [[Writing CEGUI scripts]] - Code snippets
  
  
 
=== SDL Tutorials ===
 
=== SDL Tutorials ===
 
* [[Using CEGUI with SDL and OpenGL]] - Guidelines on how to get SDL, OpenGL and CEGUI running together.
 
* [[Using CEGUI with SDL and OpenGL]] - Guidelines on how to get SDL, OpenGL and CEGUI running together.

Revision as of 02:03, 2 June 2005

CrazyEddie's 'Imbeciles' Guides


Lua Scripting with CEGUI Guides


SDL Tutorials