1 रिपॉजिटरी
Mapping specific user input events to a set of predefined behavioral responses in a visual system.
Distinct from Event Triggers: Focuses on triggering visual particle behaviors like grabbing or repelling rather than infrastructure workflows
Explore 1 awesome GitHub repository matching devops & infrastructure · Interaction. Refine with filters or upvote what's useful.
particles.js is a JavaScript particle animation library and visual effects engine used to create interactive, canvas-based simulations for web interfaces. It enables the generation of dynamic background animations and networked visual effects through coordinate-based particle movements. The library features a system for drawing connecting lines between particles based on proximity to create network-style visualizations. It includes mechanisms for mapping mouse movements and click events to specific particle behaviors, such as attraction or repulsion. Users can configure particle density, opa
Responds to hover and click events to trigger particle-specific behaviors such as grabbing, bubbling, or repelling.