Dynamic Voronoi diagram constructed using Fortune's algorithm (scipy.spatial.Voronoi) and pygame. I have also added ✨gradient✨.
- You can copy the directory to make changes using
git clone https://github.com/akihiko47/Voronoi-diagram.git
or download.zip
arichve. - Open
main.py
- Configure settings.
- Enjoy the result.
n_dots = 200
Number of points (zones)- Color
- Display size
Contributions are welcomed! 👋