mirror of https://github.com/mode777/rayjs.git
1d56b6afd1 | ||
---|---|---|
.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