awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 Repos

Awesome GitHub RepositoriesParticle Pool Managers

Recycles particle effect instances to minimize memory allocation and garbage collection overhead.

Distinct from Object Pooling: Distinct from Object Pooling: focuses specifically on the lifecycle management of particle effect instances.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Particle Pool Managers. Refine with filters or upvote what's useful.

Awesome Particle Pool Managers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • vincentgarreau/particles.jsAvatar von VincentGarreau

    VincentGarreau/particles.js

    30,214Auf GitHub ansehen↗

    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

    Draws connecting lines between particles that fall within a specific distance threshold to create a networked effect.

    JavaScript
    Auf GitHub ansehen↗30,214
  • libgdx/libgdxAvatar von libgdx

    libgdx/libgdx

    24,816Auf GitHub ansehen↗

    LibGDX is a Java-based framework designed for cross-platform game development, enabling the creation and deployment of 2D and 3D games across desktop, mobile, and web environments from a single codebase. It functions as a comprehensive library that abstracts hardware-accelerated graphics, audio, input, and file system access, providing a unified interface for developers to manage game logic and application lifecycles. The framework distinguishes itself through a high-performance architecture that prioritizes efficiency and native interoperability. It utilizes a batch-oriented graphics pipelin

    Recycles particle effect instances to minimize memory allocation and garbage collection overhead during high-frequency gameplay events.

    Java2d3dandroid
    Auf GitHub ansehen↗24,816
  • tsparticles/tsparticlesAvatar von tsparticles

    tsparticles/tsparticles

    8,887Auf GitHub ansehen↗

    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

    Controls the birth and death of visual elements through a system of emitters and absorbers.

    TypeScript2dangularanimations
    Auf GitHub ansehen↗8,887
  • hustcc/canvas-nest.jsAvatar von hustcc

    hustcc/canvas-nest.js

    4,343Auf GitHub ansehen↗

    canvas-nest.js ist eine JavaScript-Animationsbibliothek, die verwendet wird, um interaktive Partikelnetzwerke und verbundene Linienvisualisierungen für Website-Hintergründe zu generieren. Sie fungiert als programmatisches System zum Rendern eines Webs aus sich überschneidenden Punkten und Linien auf einem HTML5-Canvas-Element. Die Bibliothek erzeugt dynamische visuelle Effekte, bei denen sich Partikel bewegen und Verbindungen basierend auf Nähe und Benutzerinteraktion bilden. Diese Partikelsysteme reagieren in Echtzeit auf Mausbewegungen, um interaktives Hintergrund-Rendering zu erzeugen. Das System enthält Konfigurationsoptionen zur Anpassung visueller Stile, wie Partikeldichte, Linienfarben und Deckkraft. Es handhabt die Animationsschleife, koordinatenbasierte Kollisionserkennung und automatische Canvas-Skalierung, um sie an die Viewport-Dimensionen anzupassen.

    Renders visual connecting lines between particles based on their real-time spatial proximity.

    JavaScriptcanvascanvas-nesthtml5
    Auf GitHub ansehen↗4,343
  • tholman/cursor-effectsAvatar von tholman

    tholman/cursor-effects

    4,001Auf GitHub ansehen↗

    cursor-effects is eine JavaScript-Bibliothek und eine Effekt-Engine, die darauf ausgelegt ist, physikbasierte Cursor-Trails und schwebende visuelle Effekte in Webbrowsern zu implementieren. Sie bietet ein Framework zum Hinzufügen interaktiver grafischer Overlays, die dem Benutzerzeiger folgen. Das System ist auf das Erzeugen von Partikel-Trails, physikbasierten schwebenden Emojis und zeigerverfolgenden Text-Strings spezialisiert. Diese Animationen nutzen federbasierte Physiksimulationen, um organische Reaktionen und Streumuster bei Cursorbewegungen zu erzeugen. Die Bibliothek verwaltet den gesamten Lebenszyklus visueller Elemente, vom koordinatenbasierten Zeiger-Tracking und der DOM-Injektion bis hin zur automatischen Entfernung von Partikeln. Animations-Frames werden über eine Request-Animation-Loop aktualisiert, um sicherzustellen, dass die Bewegung mit der nativen Bildwiederholrate des Browsers übereinstimmt.

    Manages the birth, movement, and automatic removal of particle effect instances based on their lifespan.

    JavaScript90scanvasjavascript
    Auf GitHub ansehen↗4,001
  1. Home
  2. Software Engineering & Architecture
  3. Object Pooling
  4. Particle Pool Managers

Unter-Tags erkunden

  • Proximity-Based Connection RenderersSystems that render visual links between objects based on their spatial distance. **Distinct from Particle Pool Managers:** Focuses on rendering connecting lines based on proximity, distinct from memory management of particle pools