https://github.com/tmsmr/yapa
Yet another particle animation...
https://github.com/tmsmr/yapa
animation js network particles
Last synced: over 1 year ago
JSON representation
Yet another particle animation...
- Host: GitHub
- URL: https://github.com/tmsmr/yapa
- Owner: tmsmr
- License: mit
- Created: 2022-02-19T07:48:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T20:39:57.000Z (about 4 years ago)
- Last Synced: 2025-01-22T03:24:33.905Z (over 1 year ago)
- Topics: animation, js, network, particles
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yapa.js
*Yet another particle animation*
*https://yapa.tmsmr.de*
### General
There are multiple great JS libraries that render (interactive) particle animations in a ``. This implementation adds 'Transmissions' to visualize traffic between the particles.
### Usage
- The library is available as a simple, plain JS file, available at https://github.com/tmsmr/yapa/tree/main/docs/versions
- To use it, simply define a wrapper element and hand it over to the `Yapa` class. Minimal example:
```html
new Yapa(document.getElementById("yapa"), new YapaConfig()).start();
```
### Demo / Configuration
- To see the library in action and/or build a more advanced configuration, check out https://yapa.tmsmr.de