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
20 watching
94 forks
Language: C#
last commit: about 1 month 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 | 164 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 114 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 196 |
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 | 254 |
beancheeseburrito/flecs.net | A C# wrapper around the flecs game engine | 153 |
natethegreatt/bitecs | An ECS library designed to be flexible and minimal, focusing on data-oriented systems with efficient iteration and querying capabilities. | 954 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,231 |
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 | 77 |
richardbiely/gaia-ecs | A fast and easy-to-use Entity Component System (ECS) framework for C++ | 84 |
godotecs/godex | An ECS implementation for the Godot Engine game development framework. | 1,242 |
mlange-42/arche | An Entity Component System for simulating individual-based models in Go | 150 |