Author: | aldrin112602 |
---|---|
Views Total: | 367 views |
Official Page: | Go to website |
Last Update: | May 4, 2023 |
License: | MIT |
Preview:

Description:
An animated gradient particle system where multiple particles move and interact in a natural fluid animation.
It uses requestAnimationFrame for high frame rates and no unnecessary redraws—minimal performance impact.
How to use it:
1. Create an HTML5 canvas element on the page.
<canvas id="cvs"></canvas>
2. Load the main script particles.js.
<script src="./particles.js"></script>