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,523GitHub पर देखें↗

    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,171GitHub पर देखें↗

    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