hilbert/Python
Peter J. Holzer 7a89edd1e5 Draw generated hilbert curve
Get points from the generator one by one, drawing a line segment from
the last point to the current point after each using curses.
2018-12-29 21:55:53 +01:00
..
draw_hilbertgenerator Draw generated hilbert curve 2018-12-29 21:55:53 +01:00
hilbertgenerator.py Add generator and call it 2018-12-29 21:02:44 +01:00
test1.py Print coordinates of hilbert curve (no generator yet) 2018-12-29 20:38:36 +01:00
test2.py Add generator and call it 2018-12-29 21:02:44 +01:00