mirror of https://github.com/mode777/rayjs.git
add readme
This commit is contained in:
parent
5e63f0f7fc
commit
1d56b6afd1
|
@ -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
|
Loading…
Reference in New Issue