Circle and Line Diaspora
This is another Processing sketch I made recently. This one was supposed to be an exploration of spacing, but went a bit haywire. The circles look at the position of other circles and try to get as far away as possible from other circles. Unfortunately my code was a bit too simplistic, and instead of achieving uniform spacing, I merely pushed them out to the edge of the screen.
I do like the circle and line look though, so you can look forward to it reappearing in the near future, although probably with something a bit more geometric instead of this chaotic sprawl.
<!--[if !IE]> -->
<object classid="java:spiral_pointalism.class"
type="application/x-java-applet"
archive="/media/processing/spiral/spiral_pointalism.jar"
width="750" height="750"
standby="Loading Processing software..." >
<param name="archive" value="/media/processing/spiral/spiral_pointalism.jar" />
<param name="mayscript" value="true" />
<param name="scriptable" value="true" />
<param name="image" value="/media/processing/spiral/loading.gif" />
<param name="boxmessage" value="Loading Processing software..." />
<param name="boxbgcolor" value="#FFFFFF" />
<param name="test_string" value="outer" />
<!--<![endif]-->
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase="http://java.sun.com/update/1.5.0/jinstall-1_5_0_15-windows-i586.cab"
width="750" height="750"
standby="Loading Processing software..." >
<param name="code" value="spiral_pointalism" />
<param name="archive" value="/media/processing/spiral/spiral_pointalism.jar" />
<param name="mayscript" value="true" />
<param name="scriptable" value="true" />
<param name="image" value="/media/processing/spiral/loading.gif" />
<param name="boxmessage" value="Loading Processing software..." />
<param name="boxbgcolor" value="#FFFFFF" />
<param name="test_string" value="inner" />
<p>
<strong>
This browser does not have a Java Plug-in.
<br />
<a href="http://java.sun.com/products/plugin/downloads/index.html" title="Download Java Plug-in">
Get the latest Java Plug-in here.
</a>
</strong>
</p>
</object>
<!--[if !IE]> -->
</object>
<!--<![endif]-->
</div>
<p>
</p>
<p>
<a href="/media/processing/spiral/spiral_pointalism.pde">The source code is available here.</a>
</p>