A super tiny particle circle system, which renders on the HTML canvas. I use it for my portfolio site, but there are probably a lot more use cases to think of. It just is kind of nice to look at..
A demo file is provided, the main logic can be found in the logic.js file. The code can easily be embedded/inlined into an html page/file if you wish to do so.
It can easily be tweaked as it is a small file, it is also fairly performant however most calculations are CPU bound. See it working on my portfolio site.
Made by Wolf Pieter Schulz. Public Domain. 2024: Initial version. 2026: Revised project.