jacquesh / fortunes-algorithm

A not-production-ready implementation of Fortune's Algorithm in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An implementation of Fortune's algorithm in C++. It is not production-ready and not bug-free, but hopefully easier to read and understand than some other implementations out there.

I wrote an overview of how it works here

Requires raylib to compile.

About

A not-production-ready implementation of Fortune's Algorithm in C++

License:MIT License


Languages

Language:C++ 98.1%Language:Batchfile 1.9%