awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesEntity Rendering Systems

Core logic that executes drawing implementations to visualize game entities on screen.

Distinct from Entity Visual Positioning: Candidates focus on analysis or embedding, not the actual execution of the render loop for entities.

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

Awesome Entity Rendering Systems GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • unity-technologies/entitycomponentsystemsamplesAvatar Unity-Technologies

    Unity-Technologies/EntityComponentSystemSamples

    8,127Vezi pe GitHub↗

    This repository is a collection of reference implementations and sample projects demonstrating data-oriented design using the Unity Entities package. It provides a suite of examples for implementing an entity component system that separates game data into components and logic into systems. The collection includes specialized demonstrations for rendering large volumes of entities via graphics pipelines, implementing high-performance collision and rigid body dynamics through data-oriented physics, and managing multiplayer state synchronization using the network framework for entities. It also p

    Implements specialized graphics pipelines to render massive quantities of data-oriented entities efficiently.

    C#auto-vectorisationauto-vectorizationburst
    Vezi pe GitHub↗8,127
  • 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

    Executes drawing logic by leveraging render implementations to visualize game entities.

    C#fnagame-enginegamedev
    Vezi pe GitHub↗3,171
  1. Home
  2. Game Development
  3. Entity Rendering Systems