ecs_benchmark
ECS benchmarks
A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++
Benchmarks of common ECS (Entity-Component-System)-Frameworks in C++ (or C)
227 stars
5 watching
14 forks
Language: C++
last commit: 4 months ago
Linked from 1 awesome list
benchmarkc-plus-plusc-plus-plus-20cmakecppcpp20ecsecs-frameworkentity-component-systementtflecsmodern-cpp
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 |
doraku/ecs.csharp.benchmark | A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. | 130 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 36 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 343 |
genaray/arch | A high-performance ECS implementation in C# | 1,079 |
frengels/matter | An ECS implementation using C++20 and template metaprogramming for highly parallel systems. | 20 |
guillaume-haerinck/met-ecs | A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
bit-phlippers/cl-ecs | An implementation of the Entity-Component-System pattern in Common Lisp | 7 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
chillu1/csharpecscomparison | A comparison table of popular C# ECS frameworks | 52 |
richardbiely/gaia-ecs | A fast and easy-to-use Entity Component System (ECS) framework for C++ | 84 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 77 |
beancheeseburrito/flecs.net | A C# wrapper around the flecs game engine | 153 |
chronoxor/cppbenchmark | A performance benchmarking framework for C++ to measure and analyze code execution time and efficiency | 285 |
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 |