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

https://github.com/ruanfdev/interactive_image_particles

Use image to create an interactive particle image
https://github.com/ruanfdev/interactive_image_particles

image-manipulation image-processing particle-filter particle-physics particles

Last synced: 10 months ago
JSON representation

Use image to create an interactive particle image

Awesome Lists containing this project

README

          

# Interactive Image Particles
* A Simple JS script that use image data to create a small interactive particles network

##### List of parameters
- Canvas ID (Compulsory)
- Image Data (Compulsory)
- Density (Optional, Default Value is 14)
- Distance Between Particles (Optional, Default value is 28)
- Base Radius (Optional, Default Value is 2)
- Max Line Thickness (Optional, Default value is 1)
- Reaction Sensitivity (Optional, Default Value is 2)
- Line Thickness (Optional, Default value is 1)

For More Details Please refer to index.html file.