trying to animate

This commit is contained in:
nora 2026-03-08 18:22:11 +01:00
parent a68d0dff63
commit 9a255f9a7d
3 changed files with 128 additions and 9 deletions

8
TODO.md Normal file
View file

@ -0,0 +1,8 @@
# TODOs
Nicely animate the transition into the voronoi diagram.
Actually making a cool animation with movement likely requires knowing the distance to the voronoi center of any point.
To know this we will likely have to construct the voronoi diagram on the CPU beforehand and having it as geometry.
To do this, we probably need to generate it in 3D (using something like Bowyer-Watson) and then project it into 2D somehow (using magic) and then do things.
Actually use a good gradient that doesn't look kinda bad.