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.
- Host: GitHub
- URL: https://github.com/cemalgnlts/rayjslib
- Owner: cemalgnlts
- License: mit
- Created: 2024-02-29T17:58:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T20:14:31.000Z (about 1 year ago)
- Last Synced: 2025-01-14T07:48:08.410Z (4 months ago)
- Language: C
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rayjslib
[](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
```