loading
MartinAlcock
youtube.com

Erik Mongrain - La Dernière Pluie - Music Video

I saw Erik play a fantastic show at the Maze in Nottingham on the UK tour, after the show I asked if it’d be alright to make a music video for one of his tracks. He said OK, so this is what I came up with. I hope you (and Erik) like it.

All apart from the last bit programmed in processing http://processing.org

You can see more of my work here;
http://www.graphicfilth.com

Author: MartinAlcock
Keywords: Erik Mongrain Processing Motion Graphics Audio Generative Pr
Added: May 8, 2008

Armato Design
vimeo.com

cameraFun

cameraFun from Armato Design on Vimeo.

Just playing around with the capture class in Processing’s video library. It has an effect similar to moving something around in the scanner glass during a scan.

See more at my Processing blog: p365.armatodesign.com

Cast: Armato Design

Stephen Hodge
vimeo.com

BlueWiki Demo

BlueWiki Demo from Stephen Hodge on Vimeo.

A demonstration of my BlueWiki project running on my laptop and two mobile phones.

Cast: Stephen Hodge


patashnik a+b

This piece will be performed at the Rundgang 08 exhibition at the school of Art & Design, Kassel. Follow this link » to see other works of this exhibition.

patashnik a/b is an audio/visual live drawing performance. The two parts of the piece tell a story about an uncertain voyage into space. Without any prepared video material the story is told in figurative images and abstract visuals, combined with a soundtrack of granulated field recordings and electronic music tracks.

All images and animations are created live on a graphics tablet with our completely rewritten animation software NervousInk3. We’re working on a public version, which will be available soon for Mac/ Windows.

» Photos:
setup set,
show set

» Videos:
patashnik a/b trailer, patashnik a/b - full length recording

by Vera-Maria Glahn and Marcus Wendt

Many thanks to:
Matthias Siegert, Host & Curator
Fluctuating Images, Gallery/ Location
Myriam Kunz, Photographer

The “Loop” animation effect is partly inspired by Golan Levin’s Yellowtail (1998).

 

This piece will be performed at the Rundgang 08 exhibition at the school of Art & Design, Kassel. Follow this link » to see other works of this exhibition.

mb09
vimeo.com

GOD project demo video

GOD project demo video from mb09 on Vimeo.

built with processing
sound interactive application

Cast: mb09

Digital Tools
digitaltools.node3000.com

Weird Fishes from Robert Hodgin / Flight404

Robert Hodgin aka Flight404 does creative code for really a long time now. I don’t know how long ago, I guess it was about two years, he dropped most of his experiments and only concentrated on visualizing music mostly with processing. Well, what’s so special about it? I’ll tell you: the works of Robert Hodgin reached a very high level of originality. With no problem you can tell this artistry.

Robert documents his progress on his weblog. This is a good example of the artistic practice to constantly repeat a challenge that you set yourself, in order to grow and grow and reach a level very high. Or would you disagree, that you haven’t seen something like the “Weird Fishes” ever before?

albagcorral
vimeo.com

spiro remix

spiro remix from albagcorral on Vimeo.

by Alba G. Corral
build with processing.

Description: seltar spiro remix.
version 01

Cast: albagcorral

Joseph Lavington
vimeo.com

ATP v0.6 - Capture 1

ATP v0.6 - Capture 1 from Joseph Lavington on Vimeo.

Video capture of my Processing sketch for CMT.

Looks like it’s really sluggish but it’s just because I have screen capture software on too which slows it down (fair enough!).

Cast: Joseph Lavington

Bryan
bryanchung.net

Masking Sample

I did this extremely simple masking interaction sample to illustrate the BLEND command for a project.

PImage img1, img2;
PImage msk1;
PImage icn1;

void setup() {
  size(400,300);
  background(0);
  img1 = loadImage("img01.jpg");
  img2 = loadImage("img02.jpg");
  msk1 = createImage(img1.width,img1.height,ARGB);
  icn1 = loadImage("icn01.jpg");
}

void draw() {
  image(img1,0,0);
  img2.mask(msk1);
  img2.updatePixels();
  image(img2,0,0);
}

void mouseDragged() {
  int left = mouseX-icn1.width/2;
  int top = mouseY-icn1.height/2;
  left = constrain(left,0,img1.width-icn1.width);
  top = constrain(top,0,img1.height-icn1.height);
  msk1.blend(icn1,0,0,icn1.width,icn1.height,
  left,top,icn1.width,icn1.height,LIGHTEST);
  msk1.updatePixels();
}
Miles Gilbert
vimeo.com

InfraRed to Audio Hands (IRAH) - RISD BFA Thesis

InfraRed to Audio Hands (IRAH) - RISD BFA Thesis from Miles Gilbert on Vimeo.

Chapter 4 of my RISD BFA Thesis video.

IRAH is less of a robot and more of a prototype for a body implant. Infrared sensors sewn into a pair of gloves control the vertical and horizontal position of a virtual brush on a virtual projected page. Using Processing, the image is put together as the artist moves his or her hands, affecting the light coming through the sensors. There is also the option to use alternative vision to draw. That is, the artist can be blinded (temporarily) and wear headphones that pump sound that reflects the vertical and horizontal position of the virtual brush.

www.milesgilbert.org/thesis

Cast: Miles Gilbert

ITR ENSAD
vimeo.com

artefacts itr project at laval virtual 2008

artefacts itr project at laval virtual 2008 from itr ensad on Vimeo.

the itr research group (ENSAD Paris) presents his Artefacts project during the Laval Virtual Festival 2008. In this artwork, public can interacts with artificial life using a sensitive table

Cast: itr ensad

Brandon Chau
vimeo.com

Animation/Technical Reel 2008

Animation/Technical Reel 2008 from Brandon Chau on Vimeo.

Demo reel crated for Pixar Technical Undergrad Summer 08.
Features animation and interactive media through various mediums.

http://users.dma.ucla.edu/~chaudown

Cast: Brandon Chau

lkkchung
youtube.com

Amoebas 3d

A audio visualization made in processing.

Author: lkkchung
Keywords: processing.org amoebas brownian motion Lucas Chung
Added: May 5, 2008

golinski
vimeo.com

fGrid

fGrid from golinski on Vimeo.

Cast: golinski