Hilbert curve demo: Difference between revisions

From Lazarus wiki
Jump to navigationJump to search
(category)
No edit summary
Line 15: Line 15:


[[Category:Example programs]]
[[Category:Example programs]]
[[Category:Chaos Theory]]

Revision as of 20:28, 10 April 2013

About

The program below gives a demonstration of how Hilbert curves [1] can be drawn. It also demonstrates how threads can be used to prevent the application from locking up while a drawing is constructed. The two screenshots below are from the program running on Windows XP and Ubuntu 10.10.

Hilbert Curve program running on Ubuntu 10.10.

Hc ub.png

Hilbert Curve program running on Windows XP.

hc winxp.png

Download

The demo program can be downloaded here http://www.xs4all.nl/klant/~galand/lazarus/hilbertcurves-0.9.zip.