  |
LuaForge - http://www.luaforge.net/
Hosts over 200 open source projects, over 500 registered users; much of the Lua community is here; GForge installation; free repository for project management, categorization, issue tracking; descriptions, news, downloads, links, site statistics. |
  |
Kepler Project - http://www.keplerproject.org/
Lua Web development platform, has CGILua, LuaSQL, and other libraries, open source and binary distributions. |
  |
CGILua - http://www.keplerproject.org/cgilua/
Uses Lua as server-side scripting language to make dynamic Webpages. Supports pure Lua scripts and HTML templates, which can be handled via CGI, FastCGI, mod_lua, ISAPI, and other APIs. |
  |
Lua Player - http://www.luaplayer.org/
Script player for Sony PSP; makes writing games for PSP somewhat easier. |
  |
LuaJIT - http://luajit.org/
Just-in-time (JIT) compiler for Lua. [Open source, MIT/X license] |
  |
LuaJava - http://www.keplerproject.org/luajava/
Scripting tool for Java; lows scripts coded in Lua manage components coded in Java, with no need for declarations or any kind of preprocessing. |
  |
toLua - http://www.tecgraf.puc-rio.br/~celes/tolua/
Simplifies 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. |
  |
LuaSocket - http://www.cs.princeton.edu/~diego/professional/luasocket/
Lua extension library; gives support for TCP and UDP transport layers within Lua. |
  |
Luabind - http://www.rasterbar.com/products/luabind.html
Library to make bindings between C++ and Lua; description, manual, links. Rasterbar Software. Open source, MIT license. |
  |
Decoda - http://www.unknownworlds.com/decoda
A Lua IDE and graphical debugger with source code control (SCC) support, syntax highlighting. |
  |
Lua Cheia - http://luacheia.lua-users.org/
Lua distribution with many useful libraries, that can be loaded dynamically, or built into the interpreter. Makes Lua more usable as stand-alone language. |
  |
LuaEdit - http://luaedit.luaforge.net
Lua 5.0 IDE, debugger, script editor: syntax highlighting, completion proposal list, parameter proposition engine, advance breakpoint management, watches, project oriented management, lists functions, variables (global, local). |
  |
CPB - http://www.thomasandamy.com/projects/CPB/
Lua to C/C++ binding library. Open source, free. |
  |
Doris - http://doris.sourceforge.net/
Lua binding to OpenGL graphics API and GLUI OpenGL widget set. Open source, GPL. |
  |
TkLua - http://www.tecgraf.puc-rio.br/~celes/tklua/
Tk to Lua binding. Freeware. |
  |
Lua.NET - http://www.lua.inf.puc-rio.br/luanet/
Project integrates Lua with Common Language Infrastructure, a framework for language interoperability. |
  |
Plua - http://netpage.em.com.br/mmand/plua.htm
Port of Lua 4.0, plus a small IDE, for PalmOS handheld devices. |
  |
Ldb - http://www.inf.puc-rio.br/~roberto/ldb.html
Lua debugger. Free for academic, non profit use. |
  |
VSLua - http://www.itrango.com/vslua/
Full Visual Studio (2002, 2003, 2005) integrated editor, syntax highlighting, intellisense, and optimized embedded debugger. Trango Interactive. Commercial. |
 |
PowerBLua - http://mark0.ngi.it/code-powerblua-e.html
PowerBASIC wrapper for calling Lua functions. |