ecs.hpp
Entity management system
An implementation of an Entity Component System architecture for managing game-like entities and their associated data
C++17 Entity Component System
39 stars
5 watching
4 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
c-plus-plusc-plus-plus-14cppcpp14ecsentity-component-system
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | An entity management system based on the Entity Component System pattern, designed for game development and other demanding applications. | 864 |
| | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
| | An entity component system designed from first-principles for a specific programming language | 35 |
| | A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
| | An entity-component-system framework for managing game entities and their dynamic components. | 50 |
| | A software framework implementing an entity-component-system architecture for game development and other performance-critical applications. | 190 |
| | 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 |
| | An experimental library providing a flexible and efficient way to manage entities and their components in C++14 multithreaded systems. | 472 |
| | An Entity Component System framework allowing fast component iteration and multithreading support. | 36 |
| | A fast and efficient Entity Component System framework for C++ game development. | 343 |
| | An Entity-Component System implementation in C# targeting .NET 8 | 254 |
| | An implementation of the Entity-Component-System paradigm in Go | 299 |
| | An ECS framework for Unity game development and .NET platform that simplifies entity-component-system architecture. | 549 |
| | An Entity Component System focused on usability and flexibility in game development and general software development | 757 |
| | An Entity Component System framework for Lua game development | 690 |