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

GitHub

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

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
hmans/miniplex An entity management system based on the Entity Component System pattern, designed for game development and other demanding applications. 864
yelnats321/entityplus An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. 190
hexops-graveyard/mach-ecs An entity component system designed from first-principles for a specific programming language 35
guillaume-haerinck/met-ecs A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. 16
apples/ginseng An entity-component-system framework for managing game entities and their dynamic components. 50
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
vittorioromeo/ecst An experimental library providing a flexible and efficient way to manage entities and their components in C++14 multithreaded systems. 472
kirillochnev/mustache An Entity Component System framework allowing fast component iteration and multithreading support. 36
judelco/entitas-cpp A fast and efficient Entity Component System framework for C++ game development. 343
outfox/fennecs An Entity-Component System implementation in C# targeting .NET 8 254
engoengine/ecs An implementation of the Entity-Component-System paradigm in Go 299
scellecs/morpeh An ECS framework for Unity game development and .NET platform that simplifies entity-component-system architecture. 549
leudz/shipyard An Entity Component System focused on usability and flexibility in game development and general software development 757
bakpakin/tiny-ecs An Entity Component System framework for Lua game development 690