From 660780ae43370c544b86939d96d3c8da95cfc361 Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Mon, 29 May 2023 11:16:15 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8531d1e..c0b777e 100644 --- a/readme.md +++ b/readme.md @@ -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.