CodingTrain / Suggestion-Box

A repo to track ideas for topics
568 stars 86 forks source link

Voronoi diagram Fortune's algorithm #1815

Open darkfrei opened 6 months ago

darkfrei commented 6 months ago

Dear Coding Train, can you please make a simple version of Fortune's algorithm to solve the Voronoi diagram? https://en.wikipedia.org/wiki/Fortune%27s_algorithm

Maybe both systems: smooth animation, where the sweep line moves each pixel and the version where sweep line will be moved from event to event.

Thanks, your darkfrei