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

https://github.com/konsumer/raylib-python-web

Try out python raylib ideas on the web
https://github.com/konsumer/raylib-python-web

Last synced: 5 months ago
JSON representation

Try out python raylib ideas on the web

Awesome Lists containing this project

README

          

# raylib-python-web
Try out python raylib ideas on the web

It is deployed [here](https://konsumer.js.org/raylib-python-web/).

## local dev

```
# get help/reminder about what you can do
make

# run a local webserver
make dev

# build the raylib wasm from C
# not really needed all the time, since it's alredy built
make demo/raylib.wasm
```

So, essemntially, run `make dev` and go to http://localhost:8000/