awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesReact Native Game Frameworks

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.

Awesome React Native Game Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • formidablelabs/react-game-kitFormidableLabs 的头像

    FormidableLabs/react-game-kit

    4,605在 GitHub 上查看↗

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

    Implements a declarative component hierarchy for game elements using the React Native framework.

    JavaScriptcomponent-treegamematter
    在 GitHub 上查看↗4,605
  • bberak/react-native-game-enginebberak 的头像

    bberak/react-native-game-engine

    3,102在 GitHub 上查看↗

    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.

    JavaScriptgame-2dgame-developmentgame-engine
    在 GitHub 上查看↗3,102
  1. Home
  2. Game Development
  3. React Native Game Frameworks