awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • space-wizards/space-station-14Avatar space-wizards

    space-wizards/space-station-14

    3,523Vezi pe 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
    Vezi pe GitHub↗3,523
  • isadorasophia/murderAvatar isadorasophia

    isadorasophia/murder

    3,171Vezi pe 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
    Vezi pe GitHub↗3,171
  1. Home
  2. Game Development
  3. Entity Prototype Replacement