vote up 4 vote down star
1

Today the blinkenlights stereoscope project starts as part of the nuit blanche art event in Toronto. The Toronto city hall is transferred into a giant matrix display. There are tools to create custom animations and an iphone application to view the live stream.

blinkenlights

I think this is a great example of using technology for art and beauty. What other coding/programming projects are out there for the sake of art and beauty?

Update: Youtube Video of blinkenlights in action: http://www.youtube.com/watch?v=jTZosieGhIQ

flag

73% accept rate

7 Answers

vote up 4 vote down

There's a ton of art projects involving technology / code over at processing.org

link|flag
vote up 3 vote down

I've tinkered with http://processing.org here and there over the last few years. Along similar lines, there's the Context Free project, at http://www.contextfreeart.org

The idea behind Context Free is very cool. Rather than directly placing graphic elements, using imperative semantics, you define a grammar that declaratively defines the relationship of graphic elements. The runtime system generates an image by walking the grammar and instantiating elements that conform with its rules.

Fun stuff.

link|flag
vote up 2 vote down

Personaly I think this is a great example of using code to produce art and not only that but the art expresses something all geek types can understand and respect http://www.opte.org/maps/ alt text

link|flag
vote up 3 vote down

I find code_swarm totally beautiful, awe inspiring and hypnotic, does that count?

alt text

link|flag
Of course this counts! I found it very impressing to see python evolve over the time and to see how long some known contributors have been onboard. – Peter Hoffmann Oct 4 '08 at 0:58
I'd never seen this before, it's pretty cool. +1 – Unkwntech Oct 4 '08 at 5:19
vote up 1 vote down

Every code project you work on should be a form of art, and wonderful to behold.

I am only being partly facetious here. Part of why people enjoy computer programming is the sculptural/artistic nature of the whole thing. Code for beauty of structure and appearance, and you often also have better code...

link|flag
vote up 1 vote down

The computer program AARON by Harold Cohen has been painting artwork for over 30 years.

link|flag
1  
Bummer. It looks like the AARON software is no longer available for download. – benjismith Oct 4 '08 at 1:48
vote up 2 vote down

Any place where you will find contemporary art, so museums and art festivals. Interactive installations often use a dataflow programming language such as max/msp or puredata to process input and do something interesting with it.

There are also festivals which focus more on how code can be used to create art. An example is http://piksel.no in Bergen, Norway. Piksel.no has seminars and workshops, live events, etc.. There are similar festivals in other countries.

And you could stretch the definition of art a bit and include the demoscene. I do consider some demoscene productions to be art, but they are rare gems among the drudge. Still, have a look at http://scene.org/awards.php to get some idea of what kind of stuff that community comes up with.

link|flag
I think you don't have to strech the definition to call the demo scene art. But the difference is imho that it seldom does the step to broad audience like the blinkenlights project. – Peter Hoffmann Oct 4 '08 at 2:01
Maybe I've just seen Rob is Jarig a few times too many :) – warpr Oct 4 '08 at 2:18

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.