planet-wars/frontend
ajuvercr 129c904967
Frontend/visualiser (#24)
* refactor to src folder

* add working voronoi js file with types

* some spring cleaning

* update voronoi-core.d.ts to include inner class exports

* make voronoi go really fast

* do the voronoi dance

* better handle outliers in voronoi

* make renderer use multiple layers

* resize voronoi with resize + squash all in one buffer

* actually wait for shader factories to be created + cleanup

* show more info with FPS Counter

* POWER UP
2020-04-20 15:38:11 +02:00
..
logs add logs 2019-09-24 15:31:21 +02:00
src Frontend/visualiser: enhancement show ship_count in visualiser (#23) 2020-04-17 21:03:43 +02:00
tests init commit 2019-09-13 22:54:21 +02:00
www Frontend/visualiser (#24) 2020-04-20 15:38:11 +02:00
.appveyor.yml init commit 2019-09-13 22:54:21 +02:00
.cargo-ok init commit 2019-09-13 22:54:21 +02:00
.gitignore init commit 2019-09-13 22:54:21 +02:00
.travis.yml init commit 2019-09-13 22:54:21 +02:00
build_games.sh add logs 2019-09-24 15:31:21 +02:00
Cargo.toml fix breaking typos 2020-03-29 06:21:24 +02:00
LICENSE_APACHE init commit 2019-09-13 22:54:21 +02:00
LICENSE_MIT init commit 2019-09-13 22:54:21 +02:00
names.sh add logs 2019-09-24 15:31:21 +02:00
package-lock.json better planets 2019-09-19 17:52:48 +02:00
parse.py add logs 2019-09-24 15:31:21 +02:00
README.md update readme 2019-09-13 22:59:54 +02:00

Planetwars frontend

This is the main folder of the Planetwars frontend. Here you can compile the rust wasm files needed in the 'WWW' folder that is actually used to host the server. When making changes make sure you recompile them using wasm-pack build and webpack is running in www with npm start from the www folder.

Build

wasm-pack build

Dependencies

  • rustup, rustc, cargo
  • npm
  • wasm-pack
  • nightly, wasm32-unknown-unknown target

...

Follow this link https://rustwasm.github.io/docs/book/game-of-life/setup.html