  |
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. |
  |
LuaForge - http://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. |
  |
LuaJIT - http://luajit.org/
Just-in-time (JIT) compiler for Lua. [Open source, MIT/X license] |
  |
Lua.NET - http://www.lua.inf.puc-rio.br/luanet/
Project integrates Lua with Common Language Infrastructure, a framework for language interoperability. |
  |
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.tecgraf.puc-rio.br/~diego/professional/luasocket/
Lua extension library; gives support for TCP and UDP transport layers within Lua. |
  |
Doris - http://doris.sourceforge.net/
Lua binding to OpenGL graphics API and GLUI OpenGL widget set. Open source, GPL. |
  |
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. |
  |
Lua Player - http://www.luaplayer.org/
Script player for Sony PSP; makes writing games for PSP somewhat easier. |
  |
Decoda - http://www.unknownworlds.com/decoda
A Lua IDE and graphical debugger with source code control (SCC) support, syntax highlighting. |
  |
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. |
  |
Plua - http://netpage.em.com.br/mmand/plua.htm
Port of Lua 4.0, plus a small IDE, for PalmOS handheld devices. |
  |
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). |