add readme

This commit is contained in:
Alexander Klingenbeck (SHS DI SY R&D DEV4) 2023-05-22 18:11:49 +02:00
parent 5e63f0f7fc
commit 1d56b6afd1
1 changed files with 12 additions and 0 deletions

12
readme.md Normal file
View File

@ -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