Raylib in ChezScheme, with an automatic binding generator.
Inspired by Petelliott’s fantastic raylib-guile.
Thanks for Raysan’s outstanding work - Raylib!
(Chez Scheme (v9.5.8) is required)
git clone https://github.com/Yunoinsky/chez-raylibcd chez-raylib- Download
raylib.dlland put it into ~~/Library/chezscheme/raylib/~. - append ~~/Library/chezscheme/~ to the environment variable
CHEZSCHEMELIBDIRS. - Make sure
raylib_api.xmlis existed in./src/ - Globally install chez-xml.
- Automatic generate and compile binding library:
scheme --script ./src/raylib_binding_generator.ss - run the test:
scheme --script ./test/core/core_basic_window.ss