Search term: processing

noisy

Click here to see more

/**
* Noise1D.
*
* Using 1D Perlin Noise to assign location.
*/

float xoff = 0.0;
float xincrement = 0.01;

void setup() {
size(200,200);
background(255);
frameRate(30);
smooth();
noStroke();
}

void draw()
{
// Create an alpha blended background
fill(255, 10);
rect(0,0,width,height);

[...]

animation

Here’s another mini sketch, using the tester from the wordpress processingjs plugin. Bear with me, folks..

//Info: http://processingjs.org/reference
void setup() {
size(200, 200);
frameRate(10);
}
void draw() {
background(#ffffff);
ellipse(100, 100, random(50), random(50));
}

processingjs

Here is the latest in a small series of tests, embedding processing sketches on this blog. This one uses the wonders of processingjs, John Resig’s fantastic port of processing to javascript. This animation is nicked directly from the processingjs website, so please don’t hold that against me. Some oddities notices so far [...]

Tweets for 2010-04-11

The #heat, #noise and #pollution from the #buses in #sydney is so #disgusting. Why do I reinforce these #baddecisions by using the service? #
Obesity is now more deadly than smoking (prim this one's for you..) http://flic.kr/p/7S44T1 #
#ipad #iphone #imac #macbook #macbookpro #apple #os4 #experimentingwithhashtags #donthatemepeeps #
just where did my rufus wainwright cd end up? [...]

The week that was

The fantastic mr fox was "quote unquote" fantastic Wes Anderson really knows what he's doing. #
what a wasted day. #
I'm at uts dab (22 Harris st ultimo, Broadway, The University of Sydney). http://4sq.com/bumHsZ #
I just became the mayor of Waratah on @foursquare! http://4sq.com/9qQX4o #
I'm at Waratah (Johnston st, Annandale). http://4sq.com/9qQX4o #
has [...]

The week that was

phidgetLED + processing = success (and a lot easier than i thought it would be)! bit by bit we tick off the list of things to do #

processing.js

This is a quick test of HasCanvas for publishing processing sketches in a web browser.  HasCanvas is built on the very nifty processing.js platform, which means publishing processing sketches is about as easy as clicking 1 + 2 + 3.
see for yourself;

simple metro

For students in the 11217 introduction to construction class;
Here is an example of a simple metronome counter which moves a line up and down a sketch window over a period of time.  You should be able to follow the comments included to see how you might plug your sensors and motors into this sketch to [...]

The week that was

This is very cool – electronic ruler http://bit.ly/ofp0T, reminds me of that drawdio pencil http://bit.ly/1zDwlz #
pulling data vis ideas from the data itself. #
It looks like Eric Schmidt has #gonegoogle #
RT @eyebeams [realtime search results at TweetGrid http://bit.ly/2R2lZr this is very nice, finger on the pulse of twitter #
salsa class - so good, so hot [...]

Phidget Interface Kit + Processing

Here’s a simple example for connecting a PhidgetInterfaceKit 8/8/8 to a computer, using Processing.
You will need to download the phidget21.jar package from the phidgets website, find it in the ‘Programming’ section in the java examples section.  Once downloaded, just use Sketch>Add File… to add the file to your sketch.  Connect via USB and you’re ready [...]

Phidget Servo motor output via Processing

I’m currently preparing for a short piece of processing tutoring in the Bachelor of Architecture course, commencing tomorrow.  The course is a 1st year construction subject, in which the year group is designing modular structures from found objects (read; whatever they can find in large amounts at Reverse Garbage), with a  12-15 unsuspecting students are [...]

fluid blobs

Linked below are some early results from a new series of sketches I’ve been working on using Processing.  These sketches continue in a long line of projects I’ve completed recently using simple camera tracking algorithms to infer interesting patterns of movement in urban spaces.
The first example is a calibrated blob tracking experiment, using the excellent [...]

Filtration Fields (concept)

Filtration Fields (Joanne Jakovich & Jason McDermott 2009)
Recently Joanne and I were given the opportunity to exhibit in the DAB Lab Research Gallery at UTS, in the Design, Architecture and Building faculty building, as an opportunity to refine and showcase our collective research into realtime responsive architectural environments.

[view from inside DAB Lab Gallery, taken [...]

Worlds Collide

IMG_8477.CR2, originally uploaded by jason.mcdermott.
Worlds Collide happened on Sunday night at the Wall in Kings Cross, along with an updated installation of my pixeltag project. The night was a lot of fun and pixeltag was very well received, so all’s well that ends well!
Tony Curran was kind enough to invite me to exhibit on the [...]