8000 GitHub - zumbalogy/hilbert: Image experiments with hilbert curves and strange attractors, in Clojure with Fortran interop.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zumbalogy/hilbert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Example Output

Attractor with somewhere between 10-50 million dots per frame:

./examples/file2.gif

Moving colors along a Hilbert curve though RGB color-space:

./examples/moving_color.gif

Moving colors along a Hilbert curve though RGB color-space (with “glitches”):

./examples/rainbow.png

Moving pixels along a 2D Hilbert curve:

./examples/2d_fish.gif

Moving pixels along a 2D Hilbert curve (with “glitches”):

./examples/0.gif

./examples/1.gif

./examples/2.gif

./examples/3.gif

See Also

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

About

Image experiments with hilbert curves and strange attractors, in Clojure with Fortran interop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0