Raylib Bindings for Temper
Based on the json version of the C header for raylib.
To build temper-raylib, make sure you have both python3 and temper on your path.
First generate the raylib bindings for temper.
python3 rl/gen.pyThen Build the temper files into a library.
temper build -b js -b py
Temper supports multiple backends for temper-raylib, currently py and js work.
python3 -m pip install vendor/raypyc
python3 launch.py conway
npm i
node launch.js conway