1 مستودع
Systems that adjust game element proportions and positions to fit various screen sizes and aspect ratios.
Distinct from Positioning & Scaling: Candidates are focused on image layout, plot scaling, or matrix math, not game-engine-wide adaptive resolution.
Explore 1 awesome GitHub repository matching game development · Adaptive Resolution Scaling. Refine with filters or upvote what's useful.
This is a game engine library for building interactive games using React and React Native components. It provides a centralized game loop and state management system to coordinate logic and updates on every game tick. The framework includes a coordinate system for cross-platform scaling that distributes factors across a component tree to maintain consistent positioning across different screen sizes. It also features a sprite animation system for rendering sequential frames from sprite sheets and a tile map renderer that constructs multi-layered terrain using a tile atlas and grid-based indexe
Calculates and distributes a scaling factor across a component tree to maintain consistent positioning across different screen sizes.