
http://www.zomis.net/rnd/download.php?id=656
It is the first thing I've made (with C++) that I can (almost) safely show to the public

It is not very fast, but considering that it shows a Koch's snowflake at the 7th level of depth (i.e. a polygon with 49152 sides), I am very proud of its performances.
The filling routine is just a silly flood fill that starts 5 pixels below of the snowflake's top, so it is a bit broken...
You can move along the shape by clicking and moving the mouse and you can zoom it with the mousewheel.
Finally, the program uses the SDL runtime library.
Well, for what is worth, enjoy!