torchbear logo

Travis Build Status Appveyor Build Status torchbear Crate Contributions Welcome Chat

torchbear 🔥🐻 is an extremely fast and featureful Lua application framework. It gives you power of Rust with the simplicity of Lua.

Built-in Tools

Installation

Windows, Android, and Linux builds available for primary architectures. MacOS builds still to come. OS Pacakge Managers support coming soon - contributions welcomed.

Android users, install Termux for a full Linux envrionment.

Examples

Static Webserver

torchbear static webserver

Hello World App

print("hello from torchbear")

init = "init.lua"