diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..60e0173 --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +# rayjs - Javascript Bindings for Raylib +Javascript bindings for raylib in a single ~3mb executable +## Building + +Rayjs is using cmake for building + +``` +git clone https://github.com/mode777/rayjs.git +git submodule update --init --recursive +``` + +Build target `rayjs` with cmake as usual \ No newline at end of file