Flying little bee in Processing

Nikolaus Gradwohl2011-08-19T07:21:14+02:00

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 ...

flying bee

Brightness Explorer

Nikolaus Gradwohl2011-08-18T07:14:46+02:00

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

brightness explorer

Framed Pictures made with the Abstract-Art-Generator

Nikolaus Gradwohl2011-08-16T06:39:26+02:00

A while ago I made an Abstract Art Generator in processing. Now I printed and framed three of the generated images.

Abstract Art

3D eyes with parametric texture

Nikolaus Gradwohl2011-08-15T21:11:23+02:00

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.

3D eyes

film-noir like processing sketch

Nikolaus Gradwohl2011-08-13T12:23:15+02:00

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

dark, rainy, growing steak

Jumping dots in processing

Nikolaus Gradwohl2011-08-06T12:00:47+02: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+02: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+02: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+02: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+02: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 ...