How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A high-performance C# based Archetype & Chunks Entity Component System (ECS) for game development and data-oriented programming.
Производительность, нулевые или минимальные аллокации, минимизация использования памяти, отсутствие зависимостей от любого игрового движка - это основные цели данного фреймворка.
High-performance C# ECS
NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the change log for details.
DefaultEcs is an Entity Component System framework which aims to be accessible with little constraints while retaining as much performance as possible for game development.
The main features of doraku/defaultecs are: ECS Frameworks, Entity Component Systems.
Open-source alternatives to doraku/defaultecs include: leopotam/ecs — Производительность, нулевые или минимальные аллокации, минимизация использования памяти, отсутствие зависимостей от… genaray/arch — A high-performance C# based Archetype & Chunks Entity Component System (ECS) for game development and data-oriented… friflo/friflo.engine.ecs — High-performance C# ECS. alecthomas/entityx — NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the change log for details. bakpakin/tiny-ecs — ECS for Lua. alexwargon/nukecs.