LuApps is a lightweight, optimized homebrew engine built for homebrew developers like the Wii/3DS homebrew application!, designed to make Lua game development more approachable for newcomers. It provides a streamlined environment for creating 2D games while maintaining high performance and modularity.
- Lightweight architecture optimized for performance
- Native Lua integration for scripting
- Easy modding system with
.luapp
file format - Comprehensive API documentation
- Built-in mod management tools
- Find a compatible LuApp mod (
.luapp
file) - Launch LuApps
- Press I to open the Import window
- Select your
.luapp
file - Wait for installation to complete
Note:
Installation will fail if:
- No
source/main.lua
found in the mod pack.json
is invalid.luapp
file is corrupted
Currently supports Windows platforms.
Linux and macOS versions are planned for future releases.
Contributions are welcome!
If you have a bug to report, click on here to report one.
If you actually want to contribute, click on here.