What coding projects are used to create art and beauty? - Stack Overflow most recent 30 from stackoverflow.com2009-11-23T18:15:51Zhttp://stackoverflow.com/feeds/question/169272http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty4What coding projects are used to create art and beauty?Peter Hoffmann2008-10-03T23:15:46Z2008-10-23T06:56:36Z
<p>Today the blinkenlights <a href="http://blinkenlights.net/stereoscope" rel="nofollow">stereoscope</a> project starts as part of the <a href="http://www.scotiabanknuitblanche.ca/" rel="nofollow">nuit blanche</a> art event in Toronto. The Toronto city hall is transferred into a giant matrix display. There are <a href="http://blinkenlights.net/stereoscope/create" rel="nofollow">tools</a> to create custom animations and an <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=291807780&mt=8" rel="nofollow">iphone application</a> to view the live stream. </p>
<p><img src="http://static.flickr.com/3232/2909334414_331d1aff43.jpg" alt="blinkenlights" /></p>
<p>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?</p>
<p>Update:
Youtube Video of blinkenlights in action: <a href="http://www.youtube.com/watch?v=jTZosieGhIQ" rel="nofollow">http://www.youtube.com/watch?v=jTZosieGhIQ</a></p>
http://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty/169281#1692814Answer by davr for What coding projects are used to create art and beauty?davr2008-10-03T23:18:07Z2008-10-03T23:18:07Z<p>There's a ton of art projects involving technology / code over at <a href="http://processing.org/exhibition/index.html" rel="nofollow">processing.org</a></p>
http://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty/169366#1693663Answer by benjismith for What coding projects are used to create art and beauty?benjismith2008-10-03T23:55:05Z2008-10-23T06:56:36Z<p>I've tinkered with <a href="http://processing.org" rel="nofollow">http://processing.org</a> here and there over the last few years. Along similar lines, there's the Context Free project, at <a href="http://www.contextfreeart.org" rel="nofollow">http://www.contextfreeart.org</a></p>
<p>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.</p>
<p>Fun stuff.</p>
http://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty/169418#1694182Answer by Unkwntech for What coding projects are used to create art and beauty?Unkwntech2008-10-04T00:24:11Z2008-10-04T00:24:11Z<p>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 <a href="http://www.opte.org/maps/" rel="nofollow">http://www.opte.org/maps/</a>
<img src="http://bitcast-a.v1.sjc1.bitgravity.com/blyon/opte/maps/static/1105841711.LGL.2D.400x400.png" alt="alt text" /></p>
http://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty/169445#1694453Answer by reefnet_alex for What coding projects are used to create art and beauty?reefnet_alex2008-10-04T00:47:18Z2008-10-04T00:47:18Z<p>I find <a href="http://vis.cs.ucdavis.edu/~ogawa/codeswarm/" rel="nofollow">code_swarm</a> totally beautiful, awe inspiring and hypnotic, does that count?</p>
<p><img src="http://vis.cs.ucdavis.edu/~ogawa/codeswarm/eclipse-640px.png" alt="alt text" title="code_swarm for the eclipse project" /></p>
http://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty/169448#1694481Answer by Kendall Helmstetter Gelner for What coding projects are used to create art and beauty?Kendall Helmstetter Gelner2008-10-04T00:47:46Z2008-10-04T00:47:46Z<p>Every code project you work on should be a form of art, and wonderful to behold. </p>
<p>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...</p>
http://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty/169460#1694601Answer by Dour High Arch for What coding projects are used to create art and beauty?Dour High Arch2008-10-04T00:58:49Z2008-10-04T00:58:49Z<p>The computer program <a href="http://www.kurzweilcyberart.com/" rel="nofollow">AARON</a> by Harold Cohen has been painting artwork for over 30 years.</p>
<img src="http://crca.ucsd.edu/~hcohen/images/hc.gif"/>
http://stackoverflow.com/questions/169272/what-coding-projects-are-used-to-create-art-and-beauty/169525#1695252Answer by warpr for What coding projects are used to create art and beauty?warpr2008-10-04T01:46:43Z2008-10-04T01:46:43Z<p>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. </p>
<p>There are also festivals which focus more on how code can be used to create art. An example is <a href="http://piksel.no" rel="nofollow">http://piksel.no</a> in Bergen, Norway. Piksel.no has seminars and workshops, live events, etc.. There are similar festivals in other countries.</p>
<p>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 <a href="http://scene.org/awards.php" rel="nofollow">http://scene.org/awards.php</a> to get some idea of what kind of stuff that community comes up with.</p>