jc/thirdparty/raylib
2025-05-21 15:02:30 -06:00
..
examples separate out base modules 2025-05-21 15:02:30 -06:00
lib separate out base modules 2025-05-21 15:02:30 -06:00
linux separate out base modules 2025-05-21 15:02:30 -06:00
mac separate out base modules 2025-05-21 15:02:30 -06:00
rlgl separate out base modules 2025-05-21 15:02:30 -06:00
wasm separate out base modules 2025-05-21 15:02:30 -06:00
win separate out base modules 2025-05-21 15:02:30 -06:00
generate.jai separate out base modules 2025-05-21 15:02:30 -06:00
module.jai separate out base modules 2025-05-21 15:02:30 -06:00
raylib.jai separate out base modules 2025-05-21 15:02:30 -06:00
README separate out base modules 2025-05-21 15:02: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.