QuickJS based Javascript + JSX bindings for raylib in a single executable
- raylib-quickjsx is small ES2020 compliant Javascript interpreter based on QuickJS with bindings for Raylib and . You can use it to develop desktop games with Javascript.
- QuickJSPP - QuickJSPP is QuickJS wrapper for C++. (not used directly)
- QuickJSPP + JSX fork - QuickJSPP plus JSX and Persistence
- The goal of this library is to build overlay systems in those places where browser based engines are too heavy or even forbidden.
Make sure you have cmake installed and in your path.
cd raylib-quickjsx
./build-all.sh
See build-all.sh
to understand how to integrate