Reality Factory 2 is a next-generation game authoring suite. It combines a flexible, fully scripted game development environment powered by Python with the Ogre3D engine, and supports all major desktop operating systems.
Improvement over standard SciTE with a bunch of lua scripts (with some external libraries) managed by customized SciteExtMan offering some IDE capabilities.
Luabridge has moved to GitHub and is now being developed by Vinnie Falco: http://github.com/vinniefalco/LuaBridge
Luabridge is a lightweight, dependency-free library for exporting C++ functions and classes to Lua environments. It uses standard-compliant C++ template metaprogramming and is written against Lua 5.1.2.
irrBuild generates native solution, Makefile and workspace for irrlicht library and its examples using Premake based build scripts. These scripts can also be used as build templates for cross platform irrlicht applications.
Levana is Lua-based cross-platform integrated scripting environment. It realizes high level multimedia application or video game creating with very short coding. Just for a fun and an ease!
A cross-platform multimedia library aimed at supporting a wide range of programming languages. It exposes a set of C APIs used to generate high-level object-oriented bindings for supported languages at compile-time.
LuaNotify is inspired on many libraries that do event dispatching, like py-notify, GSignals, QT event system, wxWidgets event system, etc. Making easier to implement lua software using Notifier/Observer pattern.
OpenGDK is short for Open Game Development Kit. It's supposed to be a plug-in BASED (it's different from OGRE. OGRE is plug-in friendly), cross-platform, open source, general purpose (2D, 3D, client, server, editor), game development kit.
The TORUS framework project aims to provide a complete application lifecycle management environment (from requirements to tests), supporting most common platforms and programing languages, and centered on one main concept: Think Once & ReUSe!
LuaDist is a CMake built module distribution and deployment tool for the Lua programming language. It aims to achieve zero configuration runtime environment for Lua modules and libraries be it source or binary.
Property/configuration mechanism for high-performance C++ applications. Similar to but more flexible than Java properties. Property settings provide type safety, expressive error messages and full-featured expressions. Based on the Lua language.
Lunar aims to be a cross-platform engine geared towards developing two-dimensional video games. In addition to Lua-based scripting, planned features include support for interchangeable graphics, image and audio libraries, and a fully-featured editor.
Networking and sockets in scripting languages is difficult and often overcomplicated! Monasic is a server daemon (service) which does all the low level work to create a simple message-based environment, allowing easy access to networking via scripts.