Skip to content

Simple visual built in react to animate Fortune's algorithm for generating Voronoi diagrams.

License

Notifications You must be signed in to change notification settings

CharlesTaylor7/fortunes-algorithm

Repository files navigation

Fortune's algorithm

This is an implementation of Fortune's algorithm for constructing Voronoi Diagrams. Its a web app that animates the algorithm to aid with understanding.

Development

App dependencies are managed with Yarn.

To get started run:

yarn
yarn dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.