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
- Host: GitHub
- URL: https://github.com/konsumer/raylib-python-web
- Owner: konsumer
- License: mit
- Created: 2023-07-15T16:55:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-22T03:20:37.000Z (almost 3 years ago)
- Last Synced: 2025-07-14T00:32:29.245Z (12 months ago)
- Language: Python
- Homepage: https://konsumer.js.org/raylib-python-web/
- Size: 5.58 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/