NICE CODING

NICE CODING

// .pde // Processing 3.4 ParticleSystem Ps; Void Setup() { Size(540, 750); Background(0); Ps = New ParticleSystem();

// .pde // Processing 3.4 ParticleSystem ps; void setup() { size(540, 750); background(0); ps = new ParticleSystem(); } void draw() { noStroke(); fill(0,10); rect(0,0,width,height); ps.addParticle(); ps.run(); } class ParticleSystem { ArrayList<Particle> particles; ParticleSystem() { particles = new ArrayList<Particle>(); } void addParticle() { for (int i = 0; i < 10; i++) { particles.add(new Particle(random(width), random(height))); } } void run() { for (int i = particles.size()-1; i >= 0; i--) { Particle p = particles.get(i); p.run(); if (p.isDead()) { particles.remove(i); } } } } class Particle { PVector location; PVector velocity; float lifespan; Particle(float x, float y) { location = new PVector(x,y); lifespan = 255.0; } void run() { update(); display(); } void update() { float angle = noise(location.x*.01,location.y*.01)*TAU; velocity = new PVector(sin(angle), cos(angle)); location.add(velocity); lifespan -= 1.0; } void display() { strokeWeight(2); stroke(255, lifespan); point(location.x, location.y); } boolean isDead() { if(location.x > width-120 || location.x < 120){ return true; } if(location.y > height-20 || location.y < 20){ return true; } if (lifespan < 0.0) { return true; } else { return false; } } }

More Posts from Gzlbfatcat and Others

9 years ago
US Marines F-35B Goes Operational.

US Marines F-35B goes operational.

The US Marine Corps today declared the F-35B jump-jet model flying with VMFA-121 to have achieved initial operational capability (IOC). VMFA-121 has ten aircraft in the Block 2B configuration with the requisite performance envelope and weapons clearances, to include the training, sustainment capabilities, and infrastructure to deploy to an austere site or a ship

9 years ago
P-51 Mustang Fighter Being Re Armed On Saipan (1945)

P-51 Mustang fighter being re armed on Saipan (1945)

9 years ago
150529

150529

Got bored, made throttle bodies for some reason.

9 years ago
Chicago

Chicago

9 years ago
Another Chopes Barrel Defeated. 

Another Chopes barrel defeated. 

10 years ago
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us
A Short History Of The World Around Us

A short history of the world around us

9 years ago

Gabi cums some more!

So sweet, so juicy. So soft and tender. Is there anyone who wouldn’t lick this gorgeous little pussy?  I didn’t think so…!

(part two of two)

This is post number fifteen (015)

9 years ago

Sandy and May from Bubblegirls!

This is post number forty-four (044)

  • liminaltech
    liminaltech reblogged this · 3 years ago
  • liminaltech
    liminaltech liked this · 3 years ago
  • lemecestmoi
    lemecestmoi liked this · 4 years ago
  • jabonkk
    jabonkk reblogged this · 4 years ago
  • rarerubber
    rarerubber reblogged this · 5 years ago
  • rarerubber
    rarerubber liked this · 5 years ago
  • bckdragon119
    bckdragon119 liked this · 5 years ago
  • bckdragon119
    bckdragon119 reblogged this · 5 years ago
  • kittyfuzz
    kittyfuzz liked this · 5 years ago
  • this-is-not-darren
    this-is-not-darren liked this · 5 years ago
  • lunabella1313
    lunabella1313 liked this · 6 years ago
  • profoundrhino-blog
    profoundrhino-blog reblogged this · 6 years ago
  • profoundrhino-blog
    profoundrhino-blog liked this · 6 years ago
  • zeldazee22
    zeldazee22 reblogged this · 6 years ago
  • zeldazee22
    zeldazee22 liked this · 6 years ago
  • galaxies-on-my-toothpaste
    galaxies-on-my-toothpaste reblogged this · 6 years ago
  • barbarasoldier
    barbarasoldier liked this · 6 years ago
  • resabbar
    resabbar liked this · 6 years ago
  • zackzackaria
    zackzackaria liked this · 6 years ago
gzlbfatcat - Untitled
Untitled

138 posts

Explore Tumblr Blog
Search Through Tumblr Tags