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

https://github.com/robloach/raylib-wasm

WIP
https://github.com/robloach/raylib-wasm

Last synced: over 1 year ago
JSON representation

WIP

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
```