rayjs/readme.md

12 lines
295 B
Markdown

# 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