Theses are bindings of raylib 5.5 for Jai. raylib is compiled and then the bindings are generated in generate.jai
.
Install :
- Jai (To generate the bindings)
- CMake (To compile raylib, not needed just to generate)
Then get the source code from the release page and put them in this folder with the name raylib/
.
To generate the bindings, just run
jai generate.jai
If you want to also compile raylib, run
jai generate.jai - -compile
Note that for now the compilation uses CMake, but other build systems could be supported if needed. Feel free to create an issue or send a PR to add more ways of building raylib.