From 0839fe48de367ee5a7be274db191fe3f1b40737c Mon Sep 17 00:00:00 2001 From: _Tradam Date: Fri, 27 Jan 2023 05:15:24 -0500 Subject: Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8b941a7 --- /dev/null +++ b/README.md @@ -0,0 +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. + +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. -- cgit v1.2.3