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

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

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