March 2012
7 posts
Blobify Yourself with Kinect and Bubble Boy →
mintsource:
Simple modification to a sketch that renders polygonal meshes from point clouds with a Kinect using the Schiffman Open Kinect and ToxixLIbs libraries
February 2012
76 posts
Plethora Blog: Code as Language →
plethora-project:
At Protoecologics symposium I had the opportunity to engage in the conversation about the nature of the design tools we are using in particular coding. Most of the conversation had to do with open-source but the interesting part of the discussion had to do code as a language. Francois Roche…
What if we could see and interact with the output of the code directly? Why...
– Emanuels Journal: The Tools We Need vs. The Tools We Build.
(via lifeandcode)
Bus-Tops: A Season Celebrating Processing →
Transgressive Processing for the Bus-Tops Generative Art Season:
Bus-Tops (http://bus-tops.com) is a public art project in London where we have placed 30 monochromatic red LED screens on the roofs of bus shelters across the city. The installations joyfully and playfully disrupt bus passengers journeys. Working with OpenProcessing.org we have devised a Processing/Generative Art season which...
Open Source Art: Embedding Processing.js just got... →
opensourceart:
While in the process of trying to get the jQuery UI to work with Processing, I discovered something odd that actually makes embedding processing much less of a headache.
In my previous tutorial on embedding processing I mentioned that the code doesn’t work if you just place it inside a script…
MIDI controlled music visualizer using processing
MIDI controlled music visualizer using processing
Coding for Success →
stevekinney:
Andy Young:
We need to teach our kids to code. All of them. This should be compulsory education, a core pillar of modern schooling. Many people are worried about a shortage of trained programmers, but this misses a wider issue – one of the biggest modern threats to our individual and collective success. They will thank us for it, and curse us if we don’t. Stick with me, because I...
darth-punk:
Case video by W+K for onedotzero: identity development
(via Minim in processing on Vimeo)
PapayaStatistics - holypapayaresearch →
Marius Watz - Thoughts on Code and Art: The... →
mwatz:
Earlier today I made an off-hand quip on Twitter in response to Jer Thorp tweeting a link to 3D Voronoi code (incidentally written by the excellent Frederik Vanhoutte.) The following snowball chain went as follows: @blprnt We talked about this. Voronoi is off limits until 2015, it got used…
Open Source Art: How to embed Processing.js... →
opensourceart:
Processing.js is “the sister project of the popular Processing visual programming language, designed for the web.” What’s great about processing.js is that the sketches you write can be placed into scripts, which can then be wrapped up in the HTML5 canvas element. This makes for an easy way…