summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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.