View allAll Photos Tagged processor
Drawings on the green grass
photo by NNoti Nastenkina
www.flickr.com/photos/nnoti_nastenkina
And nice video is here vimeo.com/54197118#
"Шелковый крем" - натуральное мыло-пирожное с нуля , ручная работа. Идеальный подарок для себя любимой:))
Pure Affordable Luxury. Sorry, you can’t actually eat, becuase it is soap. Handmade by the Cold Process Method with the finest ingredients. They make the most wonderful gift or favour.
You will get far more enjoyment out of this than any icecream.
This is a Process West TMIC (top mount intercooler) for my Subaru STi. It's an upgrade to the OEM TMIC and will hopefully keep things running a bit cooler.
Auto-processed (by Google Photos) picture of Tigger on the bed on 1 March 2020. Color/processing variant.
Social network graph of #slaname tweet replies October 14, 2009 to December 11, 2009. In color.
The more lines you have, the more @replies to different people you sent. If you don't appear on the graph, but know that you sent out @replies, it's because the person you sent your @reply to never sent out an @reply and so that person won't appear on the graph and unfortunately, you can't either!
Based on the code of eskimoblood.
Created using Processing with data from the #slaname Twapper Keeper archive setup by iBraryGuy.
last frame after running this code:
float dir = 20;
float y = 0.0;
floatx= 0.0;
void setup(){
size (700,500);
}
void draw(){
frameRate(20);
line (0,y,700,y);
fill(random(255),random(255),random(255),1);
stroke(random(255),random(255),random(255));
strokeWeight(27);
y+=dir;
line (x,0,x,500);
fill(random(255),random(255),random(255),50);
stroke(random(255),random(255),random(255));
strokeWeight(27);
x+=dir;
if (y > 700 || y < 0){
dir = dir * -1.01;
}
}
Processing cassava starch into cassava noodles, Kampong Cham.
Credit: ©2009CIAT/NeilPalmer
Please credit accordingly and leave a comment when you use a CIAT photo.
For more info: ciat-comunicaciones@cgiar.org
An update to my perlinParticle02 code: Now, rather than generating three buffer images for the x, y, and speed perlin values, it calculates them on the fly. This has the added advantage of being able to animate time, which you can see in the above movie. However, it's also exponentially slower. This movie took about a second a frame, or ten minutes on my 5 year old laptop.
Find source code here:
processingwiki.tiddlyspot.com/#PerlinParticles03
Blog notes here, and live example:
Illustrative Visualization of a german climate change adaption research network – using processing and a metaball force field fpr moving agents
exploring repeating patterns of bz reaction [code by Alasdair Turner: www.openprocessing.org/visuals/?visualID=1263 ]
using app similar to www.openprocessing.org/visuals/?visualID=14437
careful observation of stability of various formations becomes an alternative for typologist approach
more shape/memory research: echoechonoisenoise.wordpress.com/
Julia set. Part of the fractal obtained from newton iteration of polynomial function.
see www.flickr.com/photos/imagedesmaths/3482983677.
Still first step of work.