-
alright, i think it's time for me to try to implement Marching Squares!
-
big vibes searching for details on how to find isolines and ending up with a PDF from my old university department
-
i think it's funny that i am now wondering if Marching Squares are too much of a pain in the arse, and so maybe I should switch to implementing Meandering Triangles instead
-
okay, further thought: the reason that Marching Squares is a pain in the arse is because the algorithm only gets me halfway there - a jumble of unconnected line segments. linking all of them up into nice workable paths is left as an exercise for the reader