Skip to content

npfedwards/tpg-voronoi

Repository files navigation

tpg-voronoi

A tool for creating Voronoi diagrams from a set of geolocated points. Designed for finding the closest photos to an arbitrary point for Travel Pics Game.

Website

Website is hosted here

Credits

This project is by Nathan Edwards (scottytremaine on discord).

The voronoi diagram is created using the d3 library with d3-geo-voronoi.

Basis for the initial code is from this and this

Contributors

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published