awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Sprite Batching · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesSprite Batching

Techniques for grouping multiple graphical objects into single draw calls to improve rendering performance.

Distinguishing note: Targets draw-call optimization for 2D assets specifically, distinct from general rendering.

Explore 1 awesome GitHub repository matching graphics & multimedia · Sprite Batching. Refine with filters or upvote what's useful.

  1. Home
  2. Graphics & Multimedia
  3. Sprite Batching

Awesome Sprite Batching GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • phaserjs/phaser

    phaserjs/phaser

    39,049View on GitHub↗

    Phaser is a comprehensive 2D game engine designed for building high-performance, interactive content that runs directly in web browsers. At its core, the engine utilizes a fixed-timestep simulation loop that decouples game logic from variable browser frame rates, ensuring consistent behavior across diverse hardware. It provides a robust framework for managing asset loading, physics, input, and audio, enabling the creation of complex, responsive visual experiences for both desktop and mobile devices. The engine distinguishes itself through a high-performance graphics pipeline that automaticall

    The engine draws large quantities of sprites efficiently by storing data in static buffers and executing single draw calls to bypass common performance bottlenecks.

    JavaScriptcanvasdiscord-activitiesfacebook-instant-games
    39,049View on GitHub↗