new Pictures for my Livingroom
I created a new set of pictures for my livingroom using a small processing script.
The script generates a pattern of circles and saves it as a pdf files each time a key is pressed
read more ...Processing Flowers for the livingroom
I created another set of images to hang on my livingroom wall. Here is an example of the generated images and the code of the sketch I used
The code creates a petal with no stroke and an pastel fill color and then redraws the shape 3 times without a fill color.
read more ...25-Minutes timer in processing
I have written a small processing pomodoro timer. I used it to run on my Desktop but it should work in android- or javascript-mode too. you can download the pde file here if you want to use it too, to start a time slot just click on the sketch window.
neon lines in processing using a glsl filter
I made a short processing script that draws sine curves and uses a glsl blur filter to add a neon effect
To create this effect you need a processing sketch drawing the curves and a glsl filter that adds the blur effect.
read more ...