close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
01/10/2011 01:06:32 PM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v23
|
v24
|
|
6 | 6 | || [[Image(media/icons/silk:application_home.png, title="Recommended Lua Version", nolink, right)]] || [http://www.lua.org/download.html latest version of Lua] || |
7 | 7 | ||'''Downloads'''|| || |
8 | | || [[Image(media/icons/silk:disk.png, title="downloads", nolink, right)]] || [attachment:contextlua_2010-02.zip, ContextLua] || |
9 | | }}} |
| 8 | || [[Image(media/icons/silk:disk.png, title="downloads", nolink, right)]] || [attachment:contextlua_2010-02.zip ContextLua] || |
| 9 | }} |
10 | 10 | |
11 | 11 | The [http://www.lua.org/ Lua programming language] permits lightweight and embeddable scripting, whose syntax is easy to understand for non-programmers, and on the other hand permits high portability on diversive platforms. Along with high compatibility to C/C++, Lua is frequently used in computer graphics applications to separate the graphics engine from interactive functionality (e.g. user interface and game logic) and provide an appropriate level of reusability of the core functionalities. |