jc/ext/raylib
2025-07-21 18:32:30 -06:00
..
examples move everything around 2025-07-21 18:32:30 -06:00
lib move everything around 2025-07-21 18:32:30 -06:00
linux move everything around 2025-07-21 18:32:30 -06:00
mac move everything around 2025-07-21 18:32:30 -06:00
rlgl move everything around 2025-07-21 18:32:30 -06:00
wasm move everything around 2025-07-21 18:32:30 -06:00
win move everything around 2025-07-21 18:32:30 -06:00
generate.jai move everything around 2025-07-21 18:32:30 -06:00
module.jai move everything around 2025-07-21 18:32:30 -06:00
raylib.jai move everything around 2025-07-21 18:32:30 -06:00
README move everything around 2025-07-21 18:32:30 -06:00

------
raylib
------

   jai ./generate.jai              # generate the bindings (not required)
   jai ./examples/basic-window.jai # verify the example compiles

   #import "jc/raylib";

What
----

Auto-generated bindings for raylib 5.5.0

How
---

These are generated without headers via Jai's
Bindings_Generator module. To change the version of
raylib these bindings use, swap out the library files
in 'win', 'mac', 'linux', and 'wasm' then regenerate the
bindings.

You will need to rename the windows library files to
have 'lib' as a prefix. This allows us to generate
bindings one time without requiring a separate
raylib_windows file.