2 repository-uri
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.
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.
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.