Post-It-Shirt

Nikolaus Gradwohl2010-06-24T20:12:00+00:00

My Day 24 project for 30daysofcreativity

postitshirt

read more ...

Processing aquarium

Nikolaus Gradwohl2010-06-23T17:03:00+00:00

This is a little aquarium i made, using an image my daughter has drawn. So the creds for the artwork go to mona, i did just the coding

this is my/our Day 23 Project for 30daysofcreativity

click here to see it in action

aquarium

read more ...

OutOfIdeasException

Nikolaus Gradwohl2010-06-22T20:46:00+00:00

hmmmmmm - todays project for 30daysofcreativity is...

guru.OutOfIdeasException()
    at guru.bodyparts.head.Brain.think()
    at.guru.bodyparts.head.Head()
    at.guru.body.Main().run()
read more ...

A Color-Gradient-Sliding-Puzzle in Processing

Nikolaus Gradwohl2010-06-22T05:36:00+00:00

I made a sliding puzzle game in processing. What makes it a bit different from all the others is, that there are no numbers on the pices but you have it to sort the fields by color-gradient.

click here to give it a try.

this is my Day 21 Project for 30datsofcreativity

sliding_puzzle

read more ...

gekko in 3d

Nikolaus Gradwohl2010-06-20T07:22:00+00:00

I transformed my gekko from a pencildrawing to a real physical object. I converted the drawing into a 3D object using blender and then printed it on my makerbot. This is my Day 20 project for 30daysofcreativity

click here to download the stl file

gekko

read more ...

Download-Bot in Povray

Nikolaus Gradwohl2010-06-19T09:55:00+00:00

Today's inspirational theme for 30daysofcreativity is robots. So I made a new virtual version of my downloadbot - this time in povray

povray_bot

read more ...

Boardingpass Paperplane

Nikolaus Gradwohl2010-06-19T08:07:00+00:00

This is my Day 17 project, which gets posted a little late, because i have been on a scrummaster-training the last 2 days. But I have been very creative these two days (ask my trainer :-> )

Here is a paperplane i made from my boardingpass

boardingpass paperplane

read more ...

Servers Back on Air

Nikolaus Gradwohl2010-06-16T13:01:00+00:00

After 6h without electricity i managed to bring my servers back online. This is my day 16 project for 30daysofcreativity - because i needed A LOT of creativity to get everything back online :-/

read more ...

A Logo spiral

Nikolaus Gradwohl2010-06-15T19:58:00+00:00

For todays 30daysOfCreativity-Project I wanted to use a tool, that I haven't used so far. So I went back to the first programming language I have learned 20 years ago - Logo.

I used the kde KTurtle programm to write some logo code, which looks more like a modern IDE that the logo interpreter I remember :-)

reset
clear
$l = 1
repeat 64 {
  pu
  fw $l*2
    pd
  repeat 4 {
        fw $l
        tr 90
    }
  pu
  bw $l*2
    $l = $l + 1
    tr 360/32
}

logo spiral

read more ...

Ascii-Pizza

Nikolaus Gradwohl2010-06-14T22:13:00+00:00

This is my Day 14 project for 30DaysOfCreativity

An Ascii-Art-Pizza


    //\        PPPPP IIII ZZZZZ ZZZZZ    A
   // O \      PP  PP II    ZZ    ZZ    A A
  || O o  \    PPPPP  II   ZZ    ZZ    AAAAA
  ||__o__O__\  PP    IIII ZZZZZ ZZZZZ A     A

read more ...