gaia-ecs
Entity system
A fast and easy-to-use Entity Component System (ECS) framework for C++
A simple and powerful entity component system (ECS) written in C++17
84 stars
3 watching
3 forks
Language: C++
last commit: 2 days ago
Linked from 1 awesome list
cppcpp-librarycpp17data-orienteddata-oriented-designdata-oriented-programmingdodecsecs-frameworkentity-component-systementity-frameworkgaiagaia-ecsgame-developmentgamedevgamedev-frameworkgamedev-libraryno-dependenciesperformanceproduction-ready
Related projects:
Repository | Description | Stars |
---|---|---|
sergeymakeev/ecs | A software framework implementing an entity-component-system architecture for game development and other performance-critical applications. | 190 |
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 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 36 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 77 |
scellecs/morpeh | An ECS framework for Unity game development and .NET platform that simplifies entity-component-system architecture. | 549 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 343 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,231 |
genaray/arch | A high-performance ECS implementation in C# | 1,079 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
andygeiss/ecs | Builds a custom game engine using the Entity Component System concept in Go. | 129 |
junkdog/artemis-odb | A high-performance Java-based framework for building game-like applications using an Entity-Component-System architecture | 783 |
lastolivegames/becsy | An ECS framework for TypeScript and JavaScript that simplifies the development of performant, multi-threaded code | 211 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 196 |
kevinresol/exp-ecs | A macro-powered framework for building entity-component-system game engines | 59 |
dcfapixels/dragonecs | A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. | 183 |