awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • unity-technologies/entitycomponentsystemsamplesAvatar von Unity-Technologies

    Unity-Technologies/EntityComponentSystemSamples

    8,127Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,127
  • isadorasophia/murderAvatar von isadorasophia

    isadorasophia/murder

    3,171Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,171
  1. Home
  2. Game Development
  3. Entity Rendering Systems