Skip to main content

History: -Lua

Source of version: 5 (current)

Copy to clipboard
            {INCLUDE(page="ogrelex ext tpl")/}
---
__Lua__ - Lua is a script language which can be integrated into your applications. It has a procedural syntax and mechanisms for implementing classes and inheritance.

!! See also

* ((Scripting with LuaBind in Ogre)) — This tutorial will teach the reader how to use Lua and LuaBind in a simple Ogre application
* ((LuaConsole)) - interactive access to Lua by Ogre applications
* [http://www.lua.org|lua.org] — official site
* [http://en.wikipedia.org/wiki/Lua_%28programming_language%29|Lua] at Wikipedia
* [http://en.wikibooks.org/wiki/Lua_Functional_Programming|Lua Functional Programming] — Wiki Books
* [http://www.onlamp.com/pub/a/onlamp/2006/02/16/introducing-lua.html|Introducing Lua] — ONLamp.com
* [http://www.ibm.com/developerworks/linux/library/l-lua.html|Embeddable scripting with Lua] — IBM developerWorks
* [http://lugre.schattenkind.net|Lugre] - A crossplatform gamedev framework/library with Lua-bindings for Ogre3d