some node ffi and erlang nif bindings for raylib and pong in gleam
|
|
||
|---|---|---|
| .github/workflows | ||
| doc | ||
| src | ||
| test | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| gleam.toml | ||
| manifest.toml | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
gleeraylib
raylib for gleam
Javascript
An exploration of gleam ffi using node-raylib and the javascript target.
Also an implementation of pong.
nix develop
npm install node-raylib
gleam run
Erlang
An exploration of gleam ffi using raylib and a nif wrapper for the erlang backend
export LD_LIBRARY_PATH=/path/to/raylib/lib:$LD_LIBRARY_PATH
gleam run --target erlang
