Wednesday, August 16, 2023

An interactive JavaScript page for playing with particles #Art #JavaScript @austinzhenley

Austin Z. Henley has created a website hosting a particle emitter engine with an interactive playground. It involves a nice combination of mathematics and creativity that results in a visual reward. Note the result is interactive and moves – the screenshots above are static images of just two possible settings.

It enables you to create animated patterns from thousands of particles using a few lines of code. It works by automatically producing new particles every few frames, and you just specify the initial properties and the update behavior in JavaScript. The engine does the rest!

See the interactive website here and the code on GitHub.

No comments:

Post a Comment