1 repository
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.
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.