This commit is contained in:
Alexander Klingenbeck 2023-05-30 00:05:34 +02:00
commit 94324f5300
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
![rayjs logo](./doc/logo.png)
# rayjs - Javascript Bindings for Raylib
Javascript bindings for raylib in a single ~3mb executable
# rayjs - Javascript + Raylib
QuickJS based Javascript bindings for raylib in a single ~3mb executable
## What is this?
rayjs is small ES2020 compliant Javascript interpreter based on [QuickJS](https://bellard.org/quickjs/) with bindings for [Raylib](https://www.raylib.com/). You can use it to develop desktop games with Javascript.