A standalone C# implementation of 2D Hilbert Curves. Unlike most samples found on the web, this program actually returns an array of points over which you can iterate to walk the unit square.
Version 1.0 (05/15/2009)
Some Hilbert curves of orders 1 through 10 directly usable as C/C++ arrays: 1 2 3 4 5 6 7 8 9 10
I am emacs/vim ambidextrous: .emacs .vimrc
I use GNU Screen: .screenrc
I map CAPSLOCK to CTRL and the useless right "Windows" key to CAPSLOCK: Swap CAPSLOCK and Right Windows Key
All the code is released under the MIT License.