Flying little bee in Processing
I made a processing sketch featuring sidescrolling patches of grass (inspired by this pencil drawing of mine) and a little bee Click here to let the bee fly, or look at the sourcecode. maybee I turn this into a game for another tutorial ...
Brightness Explorer
I made a new processing sketch that draws grayscaled Squares. The brightnes of all squares centers around a base brightness. With every mouse-click the base brightnes gets changed to the one of the clicked pixel and the image gets redraw with the new base brightness.
Click here to give it a try or download the code
Framed Pictures made with the Abstract-Art-Generator
A while ago I made an Abstract Art Generator in processing. Now I printed and framed three of the generated images.

3D eyes with parametric texture
I made some 3D mousefollowing eyes in Processing. The texture is generated in the setup method by drawing blue and black stripes and wrapping it around a sphere.
Click here to start the sketch, click on the eyes to give it the focus and then move the mousecursor.

film-noir like processing sketch
I made a processing sketch today featuring a gowing steak. Because this August rather feels like authum this year (at least in Austria) it got a bit dark and rainy
The rain is reused from this sketch
Click here to give it a try

Jumping dots in processing
Another small processing sketch - this time featuring jumping dots.
Click here to give it a try
click on the dots to make them jump again

Abstract Art Generator 4
I made another one of my abstract art generators - this time featuring random colored, transparent blobs
Click here to give it a try

Lightbox-Effekt for Processing-Sketches
In my Processing Sketch gallery I wanted to run processing sketches inline using a lightbox effekt. With the help of jquery and some ajax-blackmagic I generated a script that loads the index.html of the processing export and runs the applet in a lightbox.
If javascript is enabled the original index.html is opened.
to integrate it in a page simply include jquery, the processing.js script and processing.css in a html page. The script also need the deployJava.js from java.com that is also used in the index.html files of an processing applet-export.
<script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="processing.js"></script>
<link rel="stylesheet" type="text/css" href="processing.css"/>
Then simply link the processing sketch and mark the link with class="processing"
<a class="processing" href="http://yourserver/processing/sketchfolder/">My processing sketch</a>
To see it running click on this Example Link
read more ...Swarming Sprites using GLGraphics
This is a sketch featuring a lot of boids swarming in 3D. It's my first experiment with the current GLGraphics version
It's also my Day 27 project for 30DaysOfCreativity
click here to run it or download the code. This sketch needs opengl and a somewhat decent graphicscard to run.

Lensflare generator in processing
My Day25 project for 30DaysOfCreativity is a lensflare generator I wrote in processing.
click here to run the sketch or download the code

PS.: in case you don't know what a "lensflare generator" is watch How Star Trek should have ended
read more ...

