Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelkolesidis/particircle
A circle of particles
https://github.com/michaelkolesidis/particircle
circle circles p5js p5js-animation p5js-experiment particles sine sine-wave sinewave
Last synced: 8 days ago
JSON representation
A circle of particles
- Host: GitHub
- URL: https://github.com/michaelkolesidis/particircle
- Owner: michaelkolesidis
- License: agpl-3.0
- Created: 2022-05-10T23:51:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T08:42:57.000Z (4 months ago)
- Last Synced: 2024-07-16T11:14:57.846Z (4 months ago)
- Topics: circle, circles, p5js, p5js-animation, p5js-experiment, particles, sine, sine-wave, sinewave
- Language: JavaScript
- Homepage: https://particircle.netlify.app/
- Size: 1.07 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
particircle
A circle of particles
## Technologies Used## Description
An amount of smaller circles is created around a common center, forming a larger circles. The smaller circles, are then animated according to the sine trigonometric function, with the milliseconds passed used as a parameter. Their color and size is modified according to each circle's distance from the center. Their coordinated movement creates interesting patterns, resembling particles.
Double-click anywhere to enter fullscreen mode, double-click again (or press ESC) to leave fullscreen mode.
## Screenshots
## License
Copyright (c) 2023 Michael Kolesidis
Licensed under the [GNU Affero General Public License v3.0](https://www.gnu.org/licenses/agpl-3.0.html).