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.
这是一个游戏引擎库,用于使用 React 和 React Native 组件构建交互式游戏。它提供了一个集中的游戏循环和状态管理系统,以协调每个游戏时钟(Tick)的逻辑和更新。 该框架包含一个用于跨平台缩放的坐标系统,将因子分布在组件树中,以在不同屏幕尺寸下保持一致的定位。它还具有一个精灵动画系统,用于渲染来自精灵表(Sprite Sheets)的连续帧,以及一个瓦片地图渲染器,使用瓦片图集和基于网格的索引构建多层地形。 该库进一步集成了物理引擎功能,以管理重力、碰撞检测以及游戏世界中物理实体的模拟。
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.