Dreamlines is a non-linear, interactive visual experience. The user enters one or more words that define the subject of a dream he would like to dream. The system looks in the Web for images related to those words, and takes them as input to generate an ambiguous painting, in perpetual change, where elements fuse into one another, in a process analogous to memory and free association.The system has been developed in Java and PHP. First, a PHP script makes a Google image search of the words entered by the user. Then, the Java applet retrieves the images one by one, and uses them as input to generate an ever-changing drawing.The pictures are never actually shown. The drawing itself is produced by 1500 autonomous particles in perpetual movement. The last image loaded serves as a sort of virtual terrain for them. The direction and speed of each particle is given, at each step, by the color values of the pixel they are stepping on. Different sets of formulas translate the hue, saturation and brightness of the pixel in angle and velocity values for the particle. The path of each particle is traced to the screen, and this forms the output seen by the user.

