rayjs/readme.md

12 lines
295 B
Markdown
Raw Normal View History

2023-05-22 16:11:49 +00:00
# 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