Clojure app that draws randomly generated 3D terrain.
Current progress: Generates random elevation over a 2D grid with an implementation of the diamond-square algorithm, and represents it visually with coloured squares (rendered with Quil.)
Looks something like this:
Currently blue means low and red means high. The visualisation part is largely hardcoded and there's lots more work to be done.
No.