Skip to content

Dynamic Voronoi diagram using python and pygame. The dots move randomly using Perlin noise.

Notifications You must be signed in to change notification settings

akihiko47/Voronoi-diagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔲 Dynamic Voronoi diagram 🔲

Voronoi

Dynamic Voronoi diagram constructed using Fortune's algorithm (scipy.spatial.Voronoi) and pygame. I have also added ✨gradient✨.

Usage 🎮

  1. You can copy the directory to make changes using git clone https://github.com/akihiko47/Voronoi-diagram.git or download .zip arichve.
  2. Open main.py
  3. Configure settings.
  4. Enjoy the result.

Settings ⚙️

  1. n_dots = 200 Number of points (zones)
  2. Color
  3. Display size

Contributions

Contributions are welcomed! 👋

About

Dynamic Voronoi diagram using python and pygame. The dots move randomly using Perlin noise.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages