• Friends

    • Culture Push
    • dma @ ucla
    • everyday listening
    • lasalle interactive arts
    • media lab
    • theartstadhsmdl
  • Recommended

    • Arduino
    • openframeworks
    • processing
  • Categories

    • 3d printing
    • audiovisual
    • code
    • design interactions
    • Devices
    • diy
    • drawing
    • electronic music
    • festivals
    • games
    • generative
    • hack
    • html5
    • installation
    • interfaces
    • interviews
    • itp
    • kinetic
    • location based
    • media archaeology
    • objects
    • openframeworks
    • performance art
    • processing
    • projections
    • puredata
    • sculpture
    • software
    • sound
    • turntable
    • ucla
    • ucsb
    • visualization
    • wearable
    • web
    • writings
  • Tags

    australia Belgium brazil Canada finland germany japan korea mexico netherland portugal singapore spain switzerland taiwan turkey uk usa
    • about
    • contact
    • facebook
    • twitter
    • google plus
    • vimeo
    • rss




      Tracking the emergence of art + technology in Singapore and around the world

    • Tweet

Hello World! Processing


About time someone did this.

Hello World! Processing is a documentary on creative coding that explores the role that ideas such as process, experimentation and algorithm play in this creative field featuring artists, designers and code enthusiasts. Based on a series of interviews to some of the leading figures of the Processing open programming platform community, the documentary is built itself as a continuous stream of archived references, projects and concepts shared by this community.

It is the first chapter of a documentary series on three programming languages -Processing, Open Frameworks and Pure data- that have increased the role of coding in the practice of artists, designers and creators around the world. The series explores the creative possibilities expanded by these open source tools and the importance of their growing online communities.

Filed under: code,diy,openframeworks,processing,puredata,software — Tags: spain — Bin // Kian-Peng Ong @ 9:10 pm February 28, 2013
Comments (0)

Swarm – Yin ShanYang

Mrt Break Down

Not too long ago I discovered a local studio that specializes in data visualization and I was pretty excited about them and the work they did. You might have seen one of their works during the General Elections period, http://ge.swarm.is/. And the work that caught my attention, the Mrt Breakdown series. Curious about this studio and the man behind it, I got to work and managed to contact Yin Shanyang, the man behind Swarm Studio.
(more…)

Filed under: code,html5,interviews,visualization — Tags: singapore — Bin // Kian-Peng Ong @ 8:24 pm June 30, 2012
Comments (3)

Collider, work in progress – Robert Hodgin (flight404)

Collider, work in progress (Eyeo 2012) from flight404 on Vimeo.



Another amazing work from Robert Hodgin aka flight404.

Read more about it from roberthodgin.com/eyeo-2012

Filed under: code,generative — Tags: usa — Bin // Kian-Peng Ong @ 6:53 am June 26, 2012
Comments (0)

DIN is noise – S Jagannathan

DIN is noise is a software synthesizer that tears the domination of the notation system apart. In its microtonal keyboard, every pixel is a tone that stretches from 20 Hz – 20 kHz . DIN is part graphical interface and part live coding, offering the flexibility to switch between the command mode and gui. Very exciting if you ask me, unfortunately, it only works in GNU/Linux.

Download DIN at http://dinisnoise.org
(more…)

Filed under: code,electronic music,interfaces,sound — Tags: uk — Bin // Kian-Peng Ong @ 10:16 pm May 19, 2012
Comments (0)

Codeable Objects – Jennifer Jacobs

Codeable Objects is a library for Processing that enables novice coders, designers and artists to rapidly design, customize and construct artifacts using geometric computation and digital fabrication. (more…)

Filed under: code,diy,software — Tags: usa — Bin // Kian-Peng Ong @ 7:41 pm May 4, 2012
Comments (0)

Invisible City – Stanislava Predojevic


 
Invisible City is a result of a workshop in The Master of Advanced Studies in CAAD at ETH in Zurich, not much information is given on this but it is probably a processing workshop that looks at generative processes in architecture/urbanism.
This particular work looks at a generative approach in city planning and it does seem really interesting to me.
(more…)

Filed under: code,generative,interfaces,software — Bin // Kian-Peng Ong @ 2:51 am April 27, 2012
Comments (0)

Purest Form : Interview with Alvin Chua


 
 

Alvin Chua a.k.a Alvin.C is a creative technologist and PhD student at KU Leuven, Belgium. Interestingly, we went to the same schools (Temasek Design School, Interactive Media Design and Lasalle College of the Arts, Interactive Arts) and the same courses. Being one of the rare few who managed to make the transition from designer to creative programmer, researcher in singapore, I invited him to share his experiences with us.

 
(more…)

Filed under: code,interfaces,interviews,software,visualization — Tags: singapore — Bin // Kian-Peng Ong @ 3:11 pm April 21, 2012
Comments (0)

Selective Memory Theatre – Matthias Dörfelt

Matthias Dörfelt mokafolio.de

Selective Memory Theatre is a machine-like perception and memory installation, that thematises the desire to teach the non-forgetting digital memory to forget. It thereby covers the selectionistic nature of the individual mind, that marks the human sensing and remembering as the subjective and biased – but therefore human and functional – act that it is. The installation consists of two projections, the perception and the memory layer. Both will be explained in what follows.

(more…)

Filed under: audiovisual,code,installation — Tags: germany — Bin // Kian-Peng Ong @ 6:11 am April 15, 2012
Comments (11)

Movies as Code

Movies as Code is a website translating movies into seemingly useless lines of codes.

Geeky? Funny? or poetics? Tell me what you think. Below is based on the movie Inception.

 

<?php
class Dream
{
const DREAM_LEVEL = 1;
public function goToSleep() {
try {
$this->goDeeper( self::DREAM_LEVEL );
} catch (MyException $e) {
throw new Exception(“You’re actually in the middle of the workshop right now, sleeping”);
}
}
protected function goDeeper($dreamLevel) {
try{
$dreamLevel+=1;
$this->goDeeper($dreamLevel);
} catch (MyException $e) {
throw new Exception(‘Your world is not real!’);
}
}
}
$alfredo = new Dream;
try{
$alfredo->goToSleep();
} catch (Inception $kick) {
echo ’Think about it ‘.$kick->getName().’, how did you get here?’;
}
?>

Filed under: code — Bin // Kian-Peng Ong @ 1:19 pm April 7, 2012
Comments (1)
  • emergent locality
  • powered by wordpress
  • designed by ctrlsave.com