Sokol + Lua = Soluna
A framework you can use to make 2D games in Lua with multithreading, living on Windows, Linux, macOS and modern Browsers (via WebAssembly).
It is built on top of sokol and leverages the power of ltask for multithreading.
You can download precompiled binaries for Windows, Linux, macOS and WebAssembly from the Nightly Releases page.
You can build Soluna from source by make for Windows and by luamake for all platforms. See actions for details.
- uses: actions/checkout@v5
with:
repository: cloudwu/soluna
ref: <a fixed commit hash to avoid breaking changes>
path: soluna
submodules: recursive
- uses: ./soluna/.github/actions/soluna
id: soluna
with:
soluna_path: soluna
- run: |
echo "Soluna binary is at ${{ steps.soluna.outputs.SOLUNA_PATH }}"
echo "Soluna WASM binary is at ${{ steps.soluna.outputs.SOLUNA_WASM_PATH }}"
echo "Soluna js glue is at ${{ steps.soluna.outputs.SOLUNA_JS_PATH }}"
- Deep Future, a digital version of boardgame Deep Future.
Soluna is licensed under the MIT License. See LICENSE for details.