2 مستودعات
Frameworks for building interactive 2D games and simulations using React Native.
Distinct from React Native Components: Distinct from general mobile game builds: focuses on the React Native ecosystem specifically.
Explore 2 awesome GitHub repositories matching game development · React Native Game Frameworks. 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
Implements a declarative component hierarchy for game elements using the React Native framework.
React Native Game Engine is a framework for building 2D interactive experiences and simulations within mobile applications. It provides a dedicated controller for managing a fixed-step game loop, ensuring that game logic, user inputs, and state updates occur at a consistent frame rate. The engine utilizes an entity-component-system architecture to decouple game object data from behavior. By structuring objects as independent entities processed by reusable logic functions, it allows for the management of complex scenes through a centralized, data-driven approach. The framework supports the cr
Provides a framework for building interactive 2D games and simulations within mobile applications.