keyflake, ascii art (2005)
algorithmically generated online graphics.
keyflake is a simple java program that generates snowflakes based on the keys you type. most snowflakes will be different, but there's nothing random about them. the sequence is like a deterministic seed, the flake's dna, and the same string will always generate the same snowflake.
this was my entry to the 2005 simplicity snowflake competition. the idea of the competition was that the usual algorithm for generating snowflakes looks nothing like a snowflake. other graphic solutions are cumbersome. the question is, how do you make 'the simplest computer program that generates the most beautiful snowflake'.
also: interactive demo and explanation