Tag Archives: Particle System

Aggregate Particle System

A couple more aggregate images  from the particle system :) Points in 3d space and punctual gravitational forces.

Aggregate 2

The particle system actually came in handy for programming some particles for a film title I’m currently working on. I’ll show you that as soon as the movie is aired.

Leave a Comment

Filed under Development

Flocking system

Click here for applet goodness and code

Finally I’ve been able to code a… half descent flocking system, here sharing it with you on it’s 2d version, with it’s whole code for you to mess with (if you dare to try and understand the code).

wandering, chasing, running, arriving, avoiding, cohesion and alignment steering forces.

it could really use a quadtree for space partitioning but… well. it will eventually work.

1 Comment

Filed under Development, Motion Graphics

ADD made me do it

So, Particles where getting done, but as i went bored about the transformations needed to modify some of the field forces i was implementing… I jumped to steering wills… already implemented wandering, seek, flee, and arrive.

Some aggregate visualization of these... 'flocks'

EDIT:I have just implemented cohesion and avoidance,  only  alignment left to have a full flocking system :).

Leave a Comment

Filed under Development, Motion Graphics, Uncategorized

Artsy particle system from hell

Work in progress

yay

Artsy

implemented: global vector forces [eg:gravity], basic point field and gravitational point field forces.

to do: … everything else included other field forces and steering forces… optimization… check toxi libs…. my, so much to do.

8 Comments

Filed under Development, Motion Graphics