Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sultansagitov/particles
Particles from HTML canvas
https://github.com/sultansagitov/particles
canvas canvas2d css css3 html html5 javascript js jsdoc particles particles-js ts
Last synced: 2 days ago
JSON representation
Particles from HTML canvas
- Host: GitHub
- URL: https://github.com/sultansagitov/particles
- Owner: sultansagitov
- Created: 2023-09-17T17:39:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T14:42:48.000Z (12 months ago)
- Last Synced: 2024-12-09T20:30:46.020Z (about 2 months ago)
- Topics: canvas, canvas2d, css, css3, html, html5, javascript, js, jsdoc, particles, particles-js, ts
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Particles
Particles from HTML canvas
Particles are represented by circles and squares. When the mouse cursor approaches them, their size increases.
![Screenshot 1](./screenshots/1.png)
## How to Use
1. Clone this repository.
2. Open `index.html` in your browser.
3. Move your mouse cursor around the canvas to interact with the particles.## Features
- Responsive to mouse movement.
- Visually appealing particle effects.
- Easily customizable.