Post

Particle rain

This personal project is a short adaptation of the falling particles simulation tutorial provided by Franks laboratory’s video. The application is completely developped thanks to native Javascript canvas functionalities.

Particles are generated with random colors, positions, weights and directions. Their speed increase little by little during the fall until they touch the canvas bottom. They are programmed to bounce a single time once they reach it, then disappear when they reach the canvas bottom a second time.

The application is published thanks to Github Pages and is available at this address : Particle rain

You can find under a handmade GIF of the resulting application and website : Particle rain application

This post is licensed under CC BY 4.0 by the author.