An open API service indexing awesome lists of open source software.

https://github.com/cemalgnlts/rayjslib

Customized setup to run Raylib in the browser.
https://github.com/cemalgnlts/rayjslib

Last synced: 2 months ago
JSON representation

Customized setup to run Raylib in the browser.

Awesome Lists containing this project

README

        

# rayjslib

[![Release](https://github.com/cemalgnlts/rayjslib/actions/workflows/main.yml/badge.svg)](https://github.com/cemalgnlts/rayjslib/actions/workflows/main.yml)

Customized setup to run Raylib in the browser.

Inspiration: [konsumer/raylib-wasm](https://github.com/konsumer/raylib-wasm)

## Usage

[Sample usage](test/index.html).

## Development

> [!WARNING]
> The build process may not work properly on the device. Run it in a safer space such as Code Spaces or Actions.

```
npm install
npm run build
```