<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/xslt/html.xsl"?>
<page 
	title="software - processing.org experiments | robert klep"
	description="processing.org sketches"
	keywords="processing, processing.org, sketches, java, applets">
	<content>

		<paragraph name="Processing" title="Processing">
			<link url="http://processing.org">Processing</link> is an Open Source
			programming language and environment for easy programming of graphics,
			animations and sounds. It uses a Java-like programming-language with
			which one can rapidly develop and test (graphical) algorithms. The
			resulting <quot>sketches</quot> can be exported as standalone
			applications for Mac/Windows/Linux, or as Java applets.
		</paragraph>
		<paragraph name="libraries" title="My libraries">
			<ul>
				<li><link target="_self" url="depthshader/">DepthShader</link>, a library to provide transformation-independent depthshading</li>
			</ul>
		</paragraph>
		<paragraph name="sketches" title="My sketches">
			Below are some of my Processing sketches (requires Java support in
			your browser).
			<ul>
				<li><link url="noisewaves/">Noise Waves</link></li>
				<li><link url="noisespirals2/">Noise Spirals</link></li>
				<li><link url="clifford/">Animated Clifford attractors</link></li>
				<li><link url="lissajous3d/">3D Lissajous-curves</link> (uses OpenGL, so you'll need to accept a certificate to make it work)</li>
				<li><link url="wobble/">Wobbly cylinder-like thing</link></li>
				<li><link url="lissajousquads/">Lissajous with a twist</link></li>
				<li><link url="spyro/">Funky wave-effects</link></li>
				<li><link url="walker/">Wobbly walker</link></li>
				<li><link url="plasma/">Sine-wave plasma effect</link></li>
				<li><link url="tunnel/">Oldskool dotted tunnel effect</link>
							<ul>
								<li><link url="slinky/">...and a variation</link></li>
							</ul>
				</li>
			</ul>
		</paragraph>

	</content>
</page>

