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.
Fast prototyping environment in Lua for GUI, DSP and ANN development. Based on lqt, lfann, and our code. Goal minimal build dependencies. Only contains what we or any contributor needs.
Tcl-Pkg is a GUI application written in Tcl/Tk. It gives you informations about Tcl-related software on the Internet. Then you will find their updates and download them. This is also the home of Lua-Markdoc, a documentation tool written in Lua.
Alt-IDE is a Lua powered scriptable IDE. It provides the possibility to add support for any compiler! For the latest news and versions please visit the alt-ide website at www.alt-ide.net as updates on SF.net are sparse!
Lixoo is a extensible, fast and small 2D point'n'click adventure game engine. It features the engine itself and an IDE that let you create full-featured games just by writing the essential code of the game.
A Lua-based crawling scripting language and leveraging selenium
...The best would be to have a complete language with conditionals and looping. I'm a java developper and I needed that the crawler to run in a Spring-Boot application. So I decided to use a Lua interpreter in Java to build a crawling tool based on Selenium.
The trick here is to add the crawling commands into the Lua interpreter.
A generic C++ MUD server featuring a strategy-style hexagon map
...MUD servers hard-code a specific game system, or a specific game setting within their code, but HexMUD strives to be as generic as possible in this area, allowing each separate administrator to easily build a custom code base while also gaining access to all of the core features HexMUD provides.