Difference between revisions of "Hilbert curve demo"

From Free Pascal wiki
Jump to navigationJump to search
(Demo program to play with hilbert curves)
 
Line 2: Line 2:
 
The program below gives a demonstration of how Hilbert curves can be drawn. It also demonstrates how threads can be used to prevent the application from locking up while a drawing is constructed.
 
The program below gives a demonstration of how Hilbert curves 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.
 
The two screenshots below are from the program running on Windows XP and Ubuntu 10.10.
 +
 +
Hilbert Curve program running on Ubuntu 10.10.
 +
 +
[[Image:Hc_ub.png]]
 +
 +
Hilbert Curve program running on Windows XP.
 +
 +
[[Image:hc_winxp.png]]
 +
 +
== Download ==

Revision as of 19:24, 4 April 2011

About

The program below gives a demonstration of how Hilbert curves 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