An open API service indexing awesome lists of open source software.

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...

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