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: over 5 years ago
Linked from 1 awesome list
concurrentcppcpp20ecsentity-component-systemtemplate-metaprogramming
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
| A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 227 |
| A benchmarking project comparing the performance of common use cases in multiple C# Entity-Component-System (ECS) frameworks. | 22 |
| An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
| An Entity Component System (ECS) and Object-Relational Mapping (ORM) implementation for C# | 168 |
| A high-performance ECS implementation in C# | 1,079 |
| Concurrent data structures and memory reclamation algorithms for efficient parallel programming in C++ | 514 |
| An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
| A C++ framework providing abstractions for parallel execution and data management in high-performance computing | 2,032 |
| A fast and efficient Entity Component System framework for C++ game development. | 343 |
| A high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures. | 67 |
| An Entity Component System framework allowing fast component iteration and multithreading support. | 36 |
| A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. | 130 |
| An Entity component System library for Vlang | 17 |
| A showcase project demonstrating various parallel computing techniques and libraries in C++. | 2 |