diff options
| author | _Tradam <[email protected]> | 2023-01-27 05:16:49 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-27 05:16:49 -0500 |
| commit | 63d0a43616afe9e373dd17d0236ac58706162394 (patch) | |
| tree | d26fa1d3be00a003ba4d24568e35b918a93534d2 | |
| parent | 0839fe48de367ee5a7be274db191fe3f1b40737c (diff) | |
| download | mruby-raylib-63d0a43616afe9e373dd17d0236ac58706162394.tar.gz mruby-raylib-63d0a43616afe9e373dd17d0236ac58706162394.zip | |
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # mruby-raylib -Bindings for using Raylib with mruby. Autogenned using my [binding generator](https://github.com/realtradam/FelBind) however it still under development so some functions are unbound or bound incorrectly. +Bindings for using Raylib with mruby. Auto-generated using my [binding generator](https://github.com/realtradam/FelBind) however it still under development so some functions are unbound or bound incorrectly. There are also manually created bindings under the master branch, those were the bindings used in our [gamejam submission](https://github.com/realtradam/orc-arena-of-time). Only the Raylib functions we needed for building the game were bound to mruby. |
