matter
Parallel ECS
An ECS implementation using C++20 and template metaprogramming for highly parallel systems.
C++20 highly parallel ECS implementation
20 stars
3 watching
0 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
concurrentcppcpp20ecsentity-component-systemtemplate-metaprogramming
Related projects:
Repository | Description | Stars |
---|---|---|
guillaume-haerinck/met-ecs | A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 222 |
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 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
friflo/friflo.json.fliox | An Entity Component System (ECS) and Object-Relational Mapping (ORM) implementation for C# | 164 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
mpoeter/xenium | Concurrent data structures and memory reclamation algorithms for efficient parallel programming in C++ | 488 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
kokkos/kokkos | A C++ performance portability ecosystem for parallel computing | 2,003 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |
nem0/lent | A high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures. | 67 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 34 |
doraku/ecs.csharp.benchmark | A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. | 130 |
mohamedlt/v_ecs | An Entity component System library for Vlang | 17 |
mortennobel/parallelcomputingplayground | A showcase project demonstrating various parallel computing techniques and libraries in C++. | 2 |