summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
author_Tradam <[email protected]>2023-01-27 05:15:24 -0500
committerGitHub <[email protected]>2023-01-27 05:15:24 -0500
commit0839fe48de367ee5a7be274db191fe3f1b40737c (patch)
tree3d422e68f7581840666aeb231576f497293f9734 /README.md
parentc60ede0df12981ea02a60aff64cccfa80ab505f7 (diff)
downloadmruby-raylib-0839fe48de367ee5a7be274db191fe3f1b40737c.tar.gz
mruby-raylib-0839fe48de367ee5a7be274db191fe3f1b40737c.zip
Create README.md
Diffstat (limited to 'README.md')
-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.