https://github.com/92181/particles
Beautiful particles moving in a circle.. Usable in a web application.
https://github.com/92181/particles
canvas2d circular javascript lightweight particles
Last synced: 9 months ago
JSON representation
Beautiful particles moving in a circle.. Usable in a web application.
- Host: GitHub
- URL: https://github.com/92181/particles
- Owner: 92181
- License: mit
- Created: 2023-12-28T18:50:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T23:35:40.000Z (over 2 years ago)
- Last Synced: 2025-03-16T17:43:01.825Z (over 1 year ago)
- Topics: canvas2d, circular, javascript, lightweight, particles
- Language: HTML
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Circulair Particles
A small and performant particle system. For usage in for example the homepage of a website as a show off. All of the main logic is just about 650 bytes.
# Usage
A demo file is provided, the main logic can be found in the logic.js file. You can cycle though multiple color presets by clicking the spacebar or the screen.
The code could be embedded/inlined into an html page if you wish to do so. The location and size can easily be changed and even dynamically.