Releases: widgrensit/asobi_lua
Releases · widgrensit/asobi_lua
v0.1.0 — first public release
First public release of asobi_lua, the Lua scripting runtime for the asobi game backend.
What's in this release
- Lua game logic powered by Luerl (Lua 5.4 on the BEAM)
- Hot reload — change game code without restarts or disconnecting players
- World and match modes — both single-shard worlds and ephemeral matches
- Sandboxed execution via
luerl_sandbox:init/1 - Docker image at
ghcr.io/widgrensit/asobi_lua:v0.1.0(also:latest)
Try it
docker run --rm -p 8080:8080 ghcr.io/widgrensit/asobi_lua:v0.1.0See the README for the full quickstart with Postgres + docker-compose.
Status
Pre-1.0. APIs may change between minor versions until 1.0. Apache-2.0.