Ecs.CSharp.Benchmark
ECS frameworks
A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks.
Benchmarks of some C# ECS frameworks.
130 stars
5 watching
20 forks
Language: C#
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
friflo/ecs.csharp.benchmark-common-use-cases | A benchmarking project comparing the performance of common use cases in multiple C# Entity-Component-System (ECS) frameworks. | 22 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 220 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 34 |
chillu1/csharpecscomparison | A comparison table of popular C# ECS frameworks | 51 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |
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 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 113 |
dcfapixels/dragonecs | A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. | 176 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
bit-phlippers/cl-ecs | An implementation of the Entity-Component-System pattern in Common Lisp | 7 |
doraku/defaultecs | An Entity Component System framework designed for simplicity and high performance in game development. | 663 |
benmoran56/esper | A lightweight Entity System module for Python that provides an efficient and flexible architecture for building game engines or other applications with entity-component-systems. | 554 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |