An open API service indexing awesome lists of open source software.

https://github.com/charlestaylor7/fortunes-algorithm

Simple visual built in react to animate Fortune's algorithm for generating Voronoi diagrams.
https://github.com/charlestaylor7/fortunes-algorithm

computational-geometry fortune-algorithm geometry react typescript voronoi voronoi-diagram

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

          

## Fortune's algorithm

This is an implementation of [Fortune\'s algorithm](https://en.wikipedia.org/wiki/Fortune%27s_algorithm) for constructing [Voronoi Diagrams](https://en.wikipedia.org/wiki/Voronoi_diagram).
Its a web app that animates the algorithm to aid with understanding.

### Development

App dependencies are managed with Yarn.

To get started run:
```sh
yarn
yarn dev
```

Runs the app in the development mode.

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.