Raindrops Particle System

Hernan Amiune has created this simple raindrop canvas demo which he has nicknamed “Javascript Particle System Hello World”.

Raindrops keep falling on my head

Comments from the author:

This is a very simple example to demonstrate how to create a basic object oriented particle system using javascript and the html canvas element… Each particle has the following properties:

  • position: the postion in the space, (x,y) coordinates
  • velocity: the velocity of the particle, (vx,vy) vector
  • life: the amount of time the particle is going to live
  • time: the time elapsed since the particle was created

Info

Type:
Applications, Display
Author:
Hernan Amiune
Tags:
Posted on:
January 8th, 2010
Posted by:
Andi Smith
Views:
1005

Rating

2.8

Your Rating:
1 Star2 Stars3 Stars4 Stars5 Stars

Works on

BETA Please let us know if you find Raindrops Particle System works in other browsers by leaving a comment below.

Add comment

(required)
(required)
(will not be published)
(required)