rayjs icon indicating copy to clipboard operation
rayjs copied to clipboard

Javascript bindings for raylib in a single ~3mb executable

Results 4 rayjs issues
Sort by recently updated
recently updated
newest added

### Added - Changes specifier in [CHANGELOG.md](./CHANGELOG.md) - Version specifier in [VERSION](./VERSION) - Node version specifier in [.nvmrc](./bindings/.nvmrc) to allow compatibility - Simple shell script to invoke the bindings generator...

I love what you are doing here! I think it would also be cool to load a normal native quickjs module, so games can run in plain quickjs runtime. I...

Hello, I am trying to run the Windows binary of [Preview 4.6-dev](https://github.com/mode777/rayjs/releases/tag/pre-4.6-dev). The following error dialog appears: ![image](https://github.com/user-attachments/assets/c4c35f7e-4415-4531-946c-112eba08af64) It seems that MinGW is needed to run the pre-compiled program, not...