awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • photonstorm/phaserphotonstorm 的头像

    photonstorm/phaser

    39,800在 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
    在 GitHub 上查看↗39,800
  1. Home
  2. User Interface & Experience
  3. Rendering Optimizers
  4. Tilemap Optimizations