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: about 1 month 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++ | 227 |
genaray/arch | A high-performance ECS implementation in C# | 1,079 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 36 |
chillu1/csharpecscomparison | A comparison table of popular C# ECS frameworks | 52 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 343 |
richardbiely/gaia-ecs | A fast and easy-to-use Entity Component System (ECS) framework for C++ | 84 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 114 |
dcfapixels/dragonecs | A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. | 183 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,231 |
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. | 675 |
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. | 562 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 254 |