Skip to content

Implementation of Fortune's Algorithm for Godot Engine

Notifications You must be signed in to change notification settings

deviousdaemon/gdvoronoi

 
 

Repository files navigation

GDVoronoi

Implementation of Fortune's Algorithm for Godot Engine. Adapted from this tutorial by Ivan Kuckir.

Installation

To install, clone latest source of Godot Engine, drop the gdvoronoi directory in the godot/modules directory and compile it.

Command line:

git clone https://github.com/godotengine/godot.git
cd godot/modules
git clone https://github.com/jmoon1506/gdvoronoi.git
cd ../../
compile~

Functions:

Array generate( int n, double w, double h, int seed )
Array generate_from_points( Vector2Array points, double w, double h ) 

About

Implementation of Fortune's Algorithm for Godot Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • Python 0.3%