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

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

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

2 个仓库

Awesome GitHub RepositoriesEntity Prototype Replacement

The process of replacing an existing game entity with a different prototype while maintaining its spatial properties.

Distinct from Entity: Existing candidates were about CRUD disabling or text search-replace; this is specific to game object prototype swapping.

Explore 2 awesome GitHub repositories matching game development · Entity Prototype Replacement. Refine with filters or upvote what's useful.

Awesome Entity Prototype Replacement GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • space-wizards/space-station-14space-wizards 的头像

    space-wizards/space-station-14

    3,523在 GitHub 上查看↗

    Space Station 14 is a C# multiplayer game and roleplay simulation framework. It is built upon an Entity-Component-System (ECS) game engine that separates logic into systems and data into components to manage complex entity interactions. The project functions as a grid-based physics simulator with a YAML data-driven prototype system for defining game objects. The project features a specialized 2D sprite rendering engine that maps server-side appearance data to client-side shaders. It implements a networking model with client-side prediction and dirty-flagged state synchronization to reduce inp

    Deletes entities or replaces them with different prototypes while preserving their world position.

    C#c-sharpgamehacktoberfest
    在 GitHub 上查看↗3,523
  • isadorasophia/murderisadorasophia 的头像

    isadorasophia/murder

    3,171在 GitHub 上查看↗

    Murder is an entity component system game engine designed for 2D game development. It provides a core framework for managing game objects through an ECS architecture and includes a dedicated 2D game editor for asset management and real-time property configuration. The engine features a specialized 2D rendering pipeline supporting pixel art, sprite slicing, and parallax effects. It includes a hierarchical A* pathfinding system for agent navigation and a comprehensive asset management system for serializing and loading game resources. The project covers a broad range of capabilities, including

    Enables swapping an active entity with a prefab instance while preserving its spatial properties and identifiers.

    C#fnagame-enginegamedev
    在 GitHub 上查看↗3,171
  1. Home
  2. Game Development
  3. Entity Prototype Replacement