awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesTilemap Optimizations

Techniques for optimizing the rendering of grid-based level layers, such as collapsing them into single geometry objects.

Distinct from Rendering Optimizers: Focuses specifically on the structural optimization of tilemaps rather than general UI rendering loops.

Explore 1 awesome GitHub repository matching user interface & experience · Tilemap Optimizations. Refine with filters or upvote what's useful.

Awesome Tilemap Optimizations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • photonstorm/phaserAvatar de photonstorm

    photonstorm/phaser

    39,800Voir sur GitHub↗

    Phaser is a cross-platform 2D web game engine and framework designed for creating interactive experiences that run on desktop and mobile web browsers. It serves as a GPU-accelerated rendering library and WebGL graphics engine for building two-dimensional games using HTML5 Canvas and WebGL. The engine features a dual-backend rendering pipeline that allows developers to switch between rendering paths. It distinguishes itself through high-performance graphics capabilities, including GPU-driven sprite batching for large-scale image management, a dynamic lighting system with self-shadows, and the

    Implements a specialized technique that renders large tilemap layers as single quads to eliminate seams and reduce draw calls.

    JavaScript
    Voir sur GitHub↗39,800
  1. Home
  2. User Interface & Experience
  3. Rendering Optimizers
  4. Tilemap Optimizations