met-ecs
ECS library
A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems.
🛠️ A simple ECS library made for learning purposes (header-only)
16 stars
4 watching
1 forks
Language: C++
last commit: over 3 years ago
Linked from 1 awesome list
cppcpp17ecsecs-libraryentity-component-systementtheader-onlylibrarymet-ecstemplate-metaprogrammingtemplates
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 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
natweiss/entityfu | A lightweight C++ entity component system for managing entities and their associated components. | 85 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 113 |
ralith/hecs | A high-performance, minimalist entity-component-system library for building loosely-coupled applications with efficient access to component data and behavior. | 990 |
mohamedlt/v_ecs | An Entity component System library for Vlang | 17 |
nem0/lent | A high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures. | 67 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 195 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |
blackmatov/ecs.hpp | An implementation of an Entity Component System architecture for managing game-like entities and their associated data | 38 |
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. | 34 |
mhaemmerle/entitas_erl | An implementation of an entity component system in Erlang for managing game-like data structures and systems | 6 |
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 |