entity-component-system topic

List entity-component-system repositories

entt

9.5k
Stars
839
Forks
Watchers

Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

kengine

589
Stars
32
Forks
Watchers

Game engine with an Entity-Component-System (ECS) architecture. Focus on ease-of-use, runtime extensibility and compile-time type safety.

SpriteSheetRenderer

370
Stars
47
Forks
Watchers

Spritesheet renderer is a powerful Unity ECS API to render massive numbers of sprites using the new dots stack, taking full advantage of Jobs, DynamicBuffers and ComputeBuffer

unity-entity-component-system

101
Stars
9
Forks
Watchers

A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented de...

entitas-2d-roguelike

138
Stars
36
Forks
Watchers

Rewrite of the Unity 2D Roguelike example using the Entitas Entity Component System

game

47
Stars
7
Forks
Watchers

Everything I am (was...) passionate about - the best game engine ever

apecs

383
Stars
43
Forks
Watchers

a fast, extensible, type driven Haskell ECS framework for games

EnTT-Pacman

234
Stars
26
Forks
Watchers

An example of how to use the ECS part of the EnTT framework

imgui_entt_entity_editor

211
Stars
21
Forks
Watchers

A drop-in entity editor for EnTT with Dear ImGui