Experimental framework for creating Lua application. Built on SDL3 + DearImGui and other libs (see in src/external).
WIP.
Note: I tested this only on Linux and Android(in release code only, because mobile platforms need embed lua code inside on shared lib).
Maybe able work on other platforms then supporting LuaJit/SDL.
Clone this repo and all submodules. Execute
cmake ./src -B ./build
cmake --build ./buildAnd yes. First configure maybe raising error for leveldb package. Dont worry, execute again:
cmake ./src -B ./buildThen build:
cmake --build ./buildAnd run example app:
./build/main ./examples/sample_app
Some documentation soon. Sorry! For Android build please wait when i push some code on separate repository jila-android.
And this lib contains two fonts: Font Awesome 6 and JetBrains Mono.
MIT.