jc/raylib
Judah Caruso 48b365407f .
2025-05-14 16:55:32 -06:00
..
examples raylib 2025-05-11 04:24:50 -06:00
lib raylib 2025-05-11 04:24:50 -06:00
linux fix raylib 2025-05-14 12:05:12 -06:00
mac fix raylib 2025-05-14 12:05:12 -06:00
rlgl fix raylib 2025-05-14 12:05:12 -06:00
wasm fix raylib 2025-05-14 12:05:12 -06:00
win fix raylib 2025-05-14 12:05:12 -06:00
generate.jai fix raylib 2025-05-14 12:05:12 -06:00
module.jai fix raylib 2025-05-14 12:05:12 -06:00
raylib.jai fix raylib 2025-05-14 12:05:12 -06:00
README . 2025-05-14 16:55:32 -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.