raylib-cr icon indicating copy to clipboard operation
raylib-cr copied to clipboard

LibRaylib Bindings for Crystal.

Results 3 raylib-cr issues
Sort by recently updated
recently updated
newest added

- updated `mac-raylib-install.sh` to create the `/usr/local/lib directory` if it doesn't already exist - updated `mac-raylib-build.sh` to cd into the raylib repo root directory before creating the build sub-directory and...

Adding a simple example [basic_window](https://github.com/raysan5/raylib/blob/master/examples/core/core_basic_window.c) from raylib, which might help to game developers to start writing their games on crystal language.

The other examples work fine, but raygui_button doesn't run. I type in my terminal: `crystal run src/raygui_button.cr` I get this error: ```console ld: library 'raygui' not found clang: error: linker...