https://github.com/doccaico/ball-in-the-window
wasm test in Raylib
https://github.com/doccaico/ball-in-the-window
Last synced: 4 months ago
JSON representation
wasm test in Raylib
- Host: GitHub
- URL: https://github.com/doccaico/ball-in-the-window
- Owner: doccaico
- Created: 2021-02-09T10:39:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T10:50:50.000Z (over 5 years ago)
- Last Synced: 2025-11-17T06:19:13.133Z (7 months ago)
- Language: HTML
- Size: 219 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Demo](https://doccaico.github.io/ball-in-the-window/)
## Build
### Desktop
```sh
$ ./make_desktop.bash
$ ./ball-in-the-window
```
### Web
```sh
$ ./make_web.bash
$ python wasm-server.py
# open in your browser ( http://localhost:8080/ )
# click `ball-in-the-window.html`
```