Skip to content

robknopf/librl

Repository files navigation

librl

Handle-based C library around raylib, with desktop/wasm builds and bindings for JS, Haxe, Nim, and Lua.

Work in progress — roadmap.

Quick start

make deps
make desktop   # lib/librl.a
make wasm      # lib/librl.js + lib/librl.wasm
make test

Example: make -C examples/c-lua desktop && make -C examples/c-lua run

Debug: make DEV=1 desktop / make DEV=1 wasm

Docs

Start at docs/README.md — API, bindings, maintainer handbook, roadmap.

License

LICENSE

About

A library that provides some wrappers and helpers for RayLib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors