More
See all Show me
5. Processing Test 1 (Fluidity)
2 years ago
3. Flash Test
3 years ago
2. Rotterdam
3 years ago
1. The Studio
4 years ago
My first motion test in the Processing environment.

//Begin Code

// Fluidity | jonogs@gmail.com (goscreative.com)
// An excercise in fluid motion
// Modified from harukit's "membrane" at harukit.com/
// Created with Processing 0125 Beta on September 13, 2007

import processing.opengl.*;

// import processing.video.*;
// uncomment the above command to export quicktime movie of project

// MovieMaker mm;
// Uncomment the above declare MovieMaker object

float booster = 0.02;
int dNum = 20000;
int nNum = 10;
Ellipse[] dot = new Ellipse[dNum];
Node[] node = new Node[nNum];

void setup(){
size(800,800);
// mm = new MovieMaker(this, width, height, "fluid.mov", 30, MovieMaker.VIDEO, MovieMaker.HIGH);
// the above line sets the movie width, height, filename, framerate, codec type, and quality
colorMode(RGB);
background(255);
stroke(200);
frameRate (30);
smooth();
for(int i=0;i

//End Code

Credits

2 Likes

This conversation is missing your voice. Take five seconds to join Vimeo or log in.

Advertisement

Statistics

  •  
    plays
    likes
    comments
  • Total
    plays 710
    likes 2
    comments 0
  • Nov 12th
    plays 0
    likes 0
    comments 0
  • Nov 11th
    plays 1
    likes 0
    comments 0
  • Nov 10th
    plays 0
    likes 0
    comments 0
  • Nov 9th
    plays 0
    likes 0
    comments 0
  • Nov 8th
    plays 0
    likes 0
    comments 0
  • Nov 7th
    plays 0
    likes 0
    comments 0
  • Nov 6th
    plays 0
    likes 0
    comments 0
  • Nov 5th
    plays 0
    likes 0
    comments 0
Previous Week

Downloads

Please join Vimeo or log in to download the original file. It only takes a few seconds.