https://github.com/robloach/raylib-wasm
WIP
https://github.com/robloach/raylib-wasm
Last synced: over 1 year ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/robloach/raylib-wasm
- Owner: RobLoach
- Created: 2021-12-05T06:57:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T21:14:59.000Z (over 3 years ago)
- Last Synced: 2024-05-02T01:30:26.461Z (about 2 years ago)
- Language: C
- Homepage:
- Size: 4.59 MB
- Stars: 11
- Watchers: 6
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# raylib-wasm
Very much a Work-In-Progress. *raylib-wasm* is a [WebAssembly](https://en.wikipedia.org/wiki/WebAssembly) build of [raylib](https://www.raylib.com/) designed to allow using raylib directly through any language that compiles to WebAssembly.
## Dependencies
- make
- cmake
- [wasi](https://github.com/WebAssembly/wasi-sdk)
## Development
``` bash
make
```