Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naubino/awsm-gorillas
wasm gorillas
https://github.com/naubino/awsm-gorillas
Last synced: 3 months ago
JSON representation
wasm gorillas
- Host: GitHub
- URL: https://github.com/naubino/awsm-gorillas
- Owner: naubino
- Created: 2018-11-02T20:56:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T11:47:20.000Z (over 5 years ago)
- Last Synced: 2024-05-02T12:39:19.472Z (7 months ago)
- Language: Rust
- Homepage: http://naubino.de/awsm-gorillas/
- Size: 1.85 MB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWSM Gorillas
Shitty little gorillas clone written in Rust and Javascript using [nphysics](http://nphysics.org/) for the browser.
![screenshot](screenshot.png)
## play at
https://naubino.de/awsm-gorillas/ (gamepads required ATM)
## build
1. install [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) or via [cargo](https://rustup.rs/) `cargo install wasm-pack`
2. run `wasm-pack build` to build your rust to `./pkg`
3. run `yarn install` to install all you need to get this into your browser
4. run `yarn serve` to start webpack
5. keep `yarn serve` running for continuous updates
6. open http://localhost:8080