planet-wars/frontend/www
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
..
src Frontend/visualiser (#24) 2020-04-20 15:38:11 +02:00
static Frontend/visualiser (#24) 2020-04-20 15:38:11 +02:00
.gitignore fix webpack strange behaviour, with filthy fixes 2020-03-27 15:26:04 +01:00
.travis.yml init commit 2019-09-13 22:54:21 +02:00
bootstrap.js Frontend/visualiser (#24) 2020-04-20 15:38:11 +02:00
index.html MVP BOY 2020-03-27 18:35:56 +01: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
package-lock.json ts voronoi 2019-09-28 21:05:25 +02:00
package.json Frontend/visualiser: enhancement show ship_count in visualiser (#23) 2020-04-17 21:03:43 +02:00
README.md init commit 2019-09-13 22:54:21 +02:00
tsconfig.json remove console logs 2019-09-21 20:13:57 +02:00
webpack.config.js fix webpack strange behaviour, with filthy fixes 2020-03-27 15:26:04 +01:00

Planetwars frontend

Frontend used to display Planetwars matches. Maybe other things to come...

Usage

npm install npm start