27 lines
641 B
Text
27 lines
641 B
Text
------
|
|
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.
|