ecs
Entity system framework
A software framework implementing an entity-component-system architecture for game development and other performance-critical applications.
Thoughts about entity-component-system
190 stars
10 watching
13 forks
Language: C++
last commit: almost 6 years ago
Linked from 1 awesome list
entity-component-systemgame-developmentperformance
Related projects:
Repository | Description | Stars |
---|---|---|
richardbiely/gaia-ecs | An entity component system framework for building data-oriented games and applications with efficient storage and processing of entities and components. | 82 |
scellecs/morpeh | An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic | 535 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 34 |
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. | 554 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
dcfapixels/dragonecs | A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. | 176 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
doraku/defaultecs | An Entity Component System framework designed for simplicity and high performance in game development. | 663 |
ecsx-framework/ecsx | An Entity-Component-System framework for building real-time applications in Elixir | 210 |
apples/ginseng | An entity-component-system framework for managing game entities and their dynamic components. | 50 |
andygeiss/ecs | Builds a custom game engine using the Entity Component System concept in Go. | 127 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
konovod/myecs | An Entity-Component-System framework for managing game-like data structures and interactions in Crystal. | 21 |
kevinresol/exp-ecs | A macro-powered framework for building entity-component-system game engines | 59 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |