awesome-repositories.com
Blog
awesome-repositories.com

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

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

4 Repos

Awesome GitHub RepositoriesSprite & Particle Rendering

Systems for rendering animated sprites and particle effects within an interactive graphics context.

Distinct from Interactive Graphics Libraries: Focuses specifically on 2D game visuals like sprites and particles, rather than general interactive UI graphics.

Explore 4 awesome GitHub repositories matching user interface & experience · Sprite & Particle Rendering. Refine with filters or upvote what's useful.

Awesome Sprite & Particle Rendering GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • luanpotter/flameAvatar von luanpotter

    luanpotter/flame

    10,647Auf GitHub ansehen↗

    Flame is a 2D game engine and framework for Flutter. It provides a component-based architecture to organize scene entities and manage their lifecycles through a structured hierarchy of game objects, coordinated by a consistent game loop. The engine includes a graphics library for rendering animated sprites, particle effects, and external textures. It features a 2D physics integration layer that supports rigid body dynamics and collision detection between entities. The framework covers additional capabilities for game engineering, including user input capture for gestures and gamepads, audio

    Implements a graphics library for rendering animated sprites, particle effects, and external textures.

    Dart
    Auf GitHub ansehen↗10,647
  • fullstackio/flappyswiftAvatar von fullstackio

    fullstackio/FlappySwift

    9,694Auf GitHub ansehen↗

    FlappySwift is a side-scrolling arcade game implementation built for Apple platforms. Developed using the Swift programming language, this 2D game project features a physics-based environment where a player controls a character to avoid obstacles. The project utilizes the SpriteKit framework to handle rigid body dynamics, gravitational forces, and sprite-based rendering. Game flow is managed through a state machine that controls transitions between the start menu, active gameplay, and game over screens. The implementation covers 2D physics simulation, including bounding-box collision detecti

    Implements sprite-based rendering to display game characters and backgrounds using the SpriteKit framework.

    Swift
    Auf GitHub ansehen↗9,694
  • mob-sakai/particleeffectforuguiAvatar von mob-sakai

    mob-sakai/ParticleEffectForUGUI

    5,820Auf GitHub ansehen↗

    ParticleEffectForUGUI is a Unity component that renders particle systems directly within the uGUI canvas system, eliminating the need for extra cameras or render textures. It integrates particle effects into the canvas rendering pipeline with full sorting and scaling support, and respects Unity UI Mask and RectMask2D components for proper clipping. The component allows particles to be sorted alongside other UI elements by sibling index for correct visual layering, and supports multiple scaling modes including 3D scaling and automatic scaling that responds to canvas size changes. Particle mate

    Renders particle effects directly within Unity's uGUI canvas system with masking and sorting support.

    C#componenteffectsparticle
    Auf GitHub ansehen↗5,820
  • nesbox/tic-80Avatar von nesbox

    nesbox/TIC-80

    5,825Auf GitHub ansehen↗

    TIC-80 is a fantasy console platform and multi-language game engine that provides a virtual retro game development environment. It operates via a bytecode virtual machine that executes game logic within fixed memory and resolution constraints. The project distinguishes itself by offering integrated asset editors for pixel art, tile maps, and a pattern-based chiptune audio workstation all within a single environment. It supports multi-language scripting, allowing developers to write logic in Lua, JavaScript, or Ruby, and provides a standalone game exporter to package projects into native execu

    Displays tiles from sprite sheets with support for scaling, flipping, and rotation.

    C8bitfantasy-computerfantasy-console
    Auf GitHub ansehen↗5,825
  1. Home
  2. User Interface & Experience
  3. Interactive Graphics Libraries
  4. Sprite & Particle Rendering

Unter-Tags erkunden

  • Canvas Particle RenderersRenders particle effects directly within Unity's uGUI canvas system with masking and sorting support. **Distinct from Sprite & Particle Rendering:** Distinct from Sprite & Particle Rendering: focuses on rendering particles within a UI canvas, not general sprite or particle rendering.