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

https://github.com/gmelodie/rust-game

Rust gaming snippets
https://github.com/gmelodie/rust-game

Last synced: 7 months ago
JSON representation

Rust gaming snippets

Awesome Lists containing this project

README

          

# rust-game
Rust gaming snippets

1. First attempt on gravity and drawing on the screen.
2. Multiple polygons bouncing.

### Building and serving WASM
Build it
```bash
./utils/wasm/build.sh
```
And serve it (you can use any other web server)
```bash
basic-http-server static
```