Skip to content

stolk/forvor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forvor

Fortune's Voronoi generator

Voronoi diagram of 2,3-Halton

Introduction

This is a copy of the Public Domain Voronoi code by Steven Fortune. The algorithm is known as Fortune's algorithm.

This repository started as a direct copy of the original C source code. It containst the following improvements:

  • Fixes for the memory leaks.
  • Python tool that parses the voronoi diagram output, clips edges, and generates polygon. Outputs as SVG.

To do

  • Port the edge-clipping and polygon-generation from Python to C code.

License

The original source code by Fortune is in the Public Domain. So this version will also be in the public domain.

Authors

Original source code by Steven Fortune. Enhancements by Bram Stolk.

About

Fortune's Voronoi Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published