ecst

Entity management library

An experimental library providing a flexible and efficient way to manage entities and their components in C++14 multithreaded systems.

[WIP] Experimental C++14 multithreaded compile-time entity-component-system library.

GitHub

472 stars
32 watching
44 forks
Language: C++
last commit: about 5 years ago
Linked from 2 awesome lists

cppcpp11cpp14entityentity-componentgenericlibraryparallelthesis

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
yelnats321/entityplus An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. 190
vittorioromeo/vrm_core A lightweight C++ utility library providing general-purpose functionality 34
guillaume-haerinck/met-ecs A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. 16
genaray/arch A high-performance ECS implementation in C# 1,042
blackmatov/ecs.hpp An implementation of an Entity Component System architecture for managing game-like entities and their associated data 38
apples/ginseng An entity-component-system framework for managing game entities and their dynamic components. 50
alecthomas/entityx A fast and type-safe C++ framework for managing entities with components 2,226
natweiss/entityfu A lightweight C++ entity component system for managing entities and their associated components. 85
leoecscommunity/ecslite A lightweight C# framework for building entity component systems in games and other performance-critical applications 51
vittorioromeo/cppnow2015 A repository showcasing an expanded explanation of the C++ standard library function for_each_arg 7
friflo/friflo.json.fliox An Entity Component System (ECS) and Object-Relational Mapping (ORM) implementation for C# 164
jonathanhirz/entity_component A project demonstrating the setup and management of entities with added components in a Haxe-based system 2
sergeymakeev/ecs A software framework implementing an entity-component-system architecture for game development and other performance-critical applications. 190
iotsharp/entityframeworkcore.taos A .NET provider for TDengine's ADO.NET interface, enabling access to the database through Entity Framework Core. 171
andreakarasho/tinyecs A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. 113