Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 345 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 345 Bytes

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.