2 个仓库
Interfaces for defining and animating the properties of elements within a particle system.
Distinct from Particle Systems: Focuses on the configuration and animation of particle properties rather than the rendering framework itself
Explore 2 awesome GitHub repositories matching graphics & multimedia · Behavior Configuration Systems. 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
Allows for precise adjustment of particle density, opacity, size, and speed, including the ability to animate these values.
tsparticles is a JavaScript particle animation library and configuration-driven visual effects engine used to create customizable effects, confetti, and interactive backgrounds using HTML5 Canvas. It functions as a plugin-based graphics engine and a web component animation engine, allowing for the generation of complex behaviors and themes through structured JSON configuration objects. The project provides a cross-framework animation wrapper with dedicated compatible components for integrating effects into React, Vue, Angular, and Svelte. Its modular architecture allows users to extend the en
Translates structured JSON objects into visual parameters to define particle behaviors and appearance.