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: almost 4 years ago
Linked from 1 awesome list
cppcpp17ecsecs-libraryentity-component-systementtheader-onlylibrarymet-ecstemplate-metaprogrammingtemplates
Related projects:
Repository | Description | Stars |
---|---|---|
| An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
| A high-performance ECS implementation in C# | 1,079 |
| A lightweight C++ entity component system for managing entities and their associated components. | 85 |
| A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 114 |
| A high-performance, minimalist entity-component-system library for building loosely-coupled applications with efficient access to component data and behavior. | 1,008 |
| An Entity component System library for Vlang | 17 |
| A high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures. | 67 |
| A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 196 |
| An Entity Component System for building performant and maintainable applications with a focus on data management | 77 |
| A fast and efficient Entity Component System framework for C++ game development. | 343 |
| An implementation of an Entity Component System architecture for managing game-like entities and their associated data | 39 |
| 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 |
| An implementation of an entity component system in Erlang for managing game-like data structures and systems | 6 |
| 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 |