Godot compute shaders are neat
this particular example can run a grid about 40x80 on a single thread, but 1024x1024 in a compute shader. the way I've done the algorithm is probably completely backwards though.
thinking in parrallel is an interesting challenge!
trying to figure out how to express things in glsl is also a challenge












