awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • photonstorm/phaserالصورة الرمزية لـ photonstorm

    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