mirror of https://github.com/mode777/rayjs.git
|
|
||
|---|---|---|
| .vscode | ||
| assets | ||
| bindings | ||
| doc | ||
| examples | ||
| include | ||
| src | ||
| thirdparty | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| generate-bindings.js | ||
| main.js | ||
| readme.md | ||
readme.md
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