Handle-based C library around raylib, with desktop/wasm builds and bindings for JS, Haxe, Nim, and Lua.
Work in progress — roadmap.
make deps
make desktop # lib/librl.a
make wasm # lib/librl.js + lib/librl.wasm
make testExample: make -C examples/c-lua desktop && make -C examples/c-lua run
Debug: make DEV=1 desktop / make DEV=1 wasm
Start at docs/README.md — API, bindings, maintainer handbook, roadmap.