/fortunes-algorithm

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

Primary LanguageC++MIT LicenseMIT

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.