|
|
|
|
|
Lua-users.org
Lua-users Wiki, collaborative site for Lua programmers; Lua-l archive, searchable body of official Lua mailing list; Lua-users.org mini charter.
http://lua-users.org/
|
|
Lua Programming Language
Home site; lightweight, made to extend programs, often used for general-purpose, standalone use; simple procedural syntax, powerful data description constructs use associative arrays, extensible semantics; dynamically typed, bytecode interpreted, garbage collected; great for configuration, scripting, rapid prototyping. [Open Source]
http://www.lua.org/
|
|
|
|
|
|
toLua
Tool to simplify integrating C/C++ code with Lua, automatically generates binding code to access C/C++ features from Lua; maps C/C++ constants, external variables, functions, classes, and methods to Lua, via Lua API and tag method facilities. [Freeware]
http://www.tecgraf.puc-rio.br/~celes/tolua/
|
|
|
|
|
|
PBLua
A PureBasic extension (PureLibrary) and a DLL with import libraries for PureBasic, that allows execution of Lua scripts from within PureBasic applications or games. [Freeware]
http://pblua.florian-s.com/
|