mirror of https://github.com/mode777/rayjs.git
Update readme.md
This commit is contained in:
parent
7603ba55dd
commit
660780ae43
|
@ -1,6 +1,6 @@
|
||||||
![rayjs logo](./doc/logo.png)
|
![rayjs logo](./doc/logo.png)
|
||||||
# rayjs - Javascript Bindings for Raylib
|
# rayjs - Javascript + Raylib
|
||||||
Javascript bindings for raylib in a single ~3mb executable
|
QuickJS based Javascript bindings for raylib in a single ~3mb executable
|
||||||
|
|
||||||
## What is this?
|
## 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.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue