Jumping dots in processing

Nikolaus Gradwohl2011-08-06T12:00:47+00:00

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

jumping dots

Abstract Art Generator 4

Nikolaus Gradwohl2011-08-05T07:01:44+00:00

I made another one of my abstract art generators - this time featuring random colored, transparent blobs

Click here to give it a try

Abstract Art Generator 4

Lightbox-Effekt for Processing-Sketches

Nikolaus Gradwohl2011-07-08T07:30:35+00:00

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

Nikolaus Gradwohl2011-06-27T05:45:07+00:00

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.

boids

read more ...

Lensflare generator in processing

Nikolaus Gradwohl2011-06-25T07:27:51+00:00

My Day25 project for 30DaysOfCreativity is a lensflare generator I wrote in processing.

click here to run the sketch or download the code

lensflare

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

read more ...

Sparkling Images in Processing

Nikolaus Gradwohl2011-06-22T04:57:43+00:00

I made an image sparkle with a processing sketch. I loop over the pixels of the image and make a small transparent cross on the brightest pixels.

click here to see it in action or download the source

The image was taken in the Natural History Museum Vienna

This is my Day 22 project for 30DaysOfCreativity

Sparkling

read more ...

MSAFluid Experiment 1

Nikolaus Gradwohl2011-06-21T04:37:52+00:00

I had "playing with MSAFluid" on my Todo-List for quite a while - but today I can finally check it off :-)

I made an example sketch using the Super Awsome MSAFluid Library

Click here to see it in action or download the source

This is my Day 21 project for 30DaysOfCreativity

MSAFluid experiment

read more ...

A growing Tendril in Processing

Nikolaus Gradwohl2011-06-20T04:45:52+00:00

I made a processing sketch that shows a growing tendril this is my Day20 project for 30DaysOfCreativity

click here to watch it grow or download the source

tendril

read more ...

Rainbow-Colored Crayon

Nikolaus Gradwohl2011-06-16T05:06:56+00:00

What if you wouldn't have to deside which color to choose from a box of crayons? What if you had a crayon that drawsin in ALL color?

Well - now you can try! I wrote a little drawing programm in processing that has a RAINBOW-COLORED CRAYON!!

how cool is that?! click here and start drawing yourself or look at the source-code

this is my day16 project for 30DaysOfCreativity

awsome image

read more ...

Electricity

Nikolaus Gradwohl2011-06-14T05:26:53+00:00

my day 14 project for 30DaysOfCreativity - a hight-voltage-simulator written in processing

click here to see it running or download the source

electricity

read more ...