Arch
ECS library
A high-performance ECS implementation in C#
A high-performance C# based Archetype & Chunks Entity Component System (ECS) with optional multithreading.
1k stars
21 watching
92 forks
Language: C#
last commit: 6 days ago
Linked from 3 awesome lists
csharpdotnetdotnet-coreecsentity-component-systementity-frameworkfastgamegame-developmentgamedevgodotmonogamemonogame-communitymonogame-frameworkmultithreadingnet7net8netstandard21strideunity
Related projects:
Repository | Description | Stars |
---|---|---|
genaray/arch.extended | Tools and features to help with building systems and managing data in software applications | 160 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 113 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 195 |
guillaume-haerinck/met-ecs | A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |
beancheeseburrito/flecs.net | A C# wrapper for an entity-component-system (ECS) game development library | 147 |
natethegreatt/bitecs | An ultra-high performance Entity-Component-System (ECS) library for JavaScript game development | 930 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
qixi/fast_ecs | An Entity-Component-System library designed to efficiently handle entities and components in game development. | 14 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
doraku/ecs.csharp.benchmark | A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. | 130 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
richardbiely/gaia-ecs | An entity component system framework for building data-oriented games and applications with efficient storage and processing of entities and components. | 82 |
godotecs/godex | An ECS implementation for the Godot Engine game development framework. | 1,228 |
mlange-42/arche | An ECS for Go, providing an archetype-based entity-component-system for individual-based modelling. | 144 |