Image experiments with hilbert curves and strange attractors, in Clojure with Fortran interop.
A simpler example of Clojure/Fortran interop can be seen here: https://github.com/zumbalogy/fortran_interop
This is the spiritual successor to https://github.com/zumbalogy/attract.
The code is dirty and prone to changing.
Attractor with somewhere between 10-50 million dots per frame:
Moving colors along a Hilbert curve though RGB color-space:
Moving colors along a Hilbert curve though RGB color-space (with “glitches”):
Moving pixels along a 2D Hilbert curve:
Moving pixels along a 2D Hilbert curve (with “glitches”):
http://codegists.com/snippet/clojure/hilbertclj_cgrand_clojure http://web.archive.org/web/20041102084739/http://www.caam.rice.edu/~dougm/twiddle/Hilbert/hilbert.c http://www.tiac.net/~sw/2008/10/Hilbert/ http://www.fundza.com/algorithmic/space_filling/hilbert/basics/ http://codegolf.stackexchange.com/questions/66958/map-string-to-hilbert-curve/6717 https://github.com/adishavit/hilbert