Skip to content

Random voronoi diagram generator for the LÖVE framework

License

Notifications You must be signed in to change notification settings

paulpls/voronoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

Voronoi Generator

Author: paulpls
License: GPL 3.0

About

This program randomly assigns points to a grid, then generates Voronoi polygons using a rudimentary space-filling algorithm. There's not too much optimization done here, so it can be slow when using larger window sizes. For now, I've found the results to be satisfying enough to call it done.

Installation & Runtime

  • Install LÖVE
  • Clone the repo and cd into it
  • Run love .

Controls

Input Description
mouse buttons Add a point
spacebar Start/stop animation
r Restart or reset
q, ESC Quit

Future Plans

License Information

Copyright (C) 2023 Paul Clayberg

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.