Hilbert curve demo

From Free Pascal wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 from github [2]