mustache

ECS framework

An Entity Component System framework allowing fast component iteration and multithreading support.

entity component system framework

GitHub

36 stars
3 watching
4 forks
Language: C++
last commit: 10 months ago
Linked from 1 awesome list

cppecsecs-frameworkentity-component-systemmultithreading

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
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
richardbiely/gaia-ecs A fast and easy-to-use Entity Component System (ECS) framework for C++ 84
jaimegensler/thyseus An Entity Component System for building performant and maintainable applications with a focus on data management 77
judelco/entitas-cpp A fast and efficient Entity Component System framework for C++ game development. 343
konovod/myecs An Entity-Component-System framework for managing game-like data structures and interactions in Crystal. 21
scellecs/morpeh An ECS framework for Unity game development and .NET platform that simplifies entity-component-system architecture. 549
bit-phlippers/cl-ecs An implementation of the Entity-Component-System pattern in Common Lisp 7
doraku/ecs.csharp.benchmark A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. 130
lastolivegames/becsy An ECS framework for TypeScript and JavaScript that simplifies the development of performant, multi-threaded code 211
vberlier/goomy An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. 12
abeimler/ecs_benchmark A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ 227
natweiss/entityfu A lightweight C++ entity component system for managing entities and their associated components. 85
guillaume-haerinck/met-ecs A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. 16
yelnats321/entityplus An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. 190