awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • unity-technologies/entitycomponentsystemsamplesAvatar de Unity-Technologies

    Unity-Technologies/EntityComponentSystemSamples

    8,127Ver en 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
    Ver en GitHub↗8,127
  • isadorasophia/murderAvatar de isadorasophia

    isadorasophia/murder

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