entity-component topic

List entity-component repositories

kengine

588
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.

brute

181
Stars
6
Forks
Watchers

A simple and lightweight Entity Component System library for writing games with Clojure and ClojureScript.

shipyard

669
Stars
41
Forks
Watchers

Entity Component System focused on usability and flexibility.

Entitas

6.9k
Stars
1.1k
Forks
Watchers

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity

UECS

362
Stars
53
Forks
Watchers

Ubpa Entity-Component-System (U ECS) in Unity3D-style

orbtk

3.8k
Stars
193
Forks
Watchers

The Rust UI-Toolkit.

ecs-lib

189
Stars
11
Forks
Watchers

Tiny and easy to use ECS (Entity Component System) library for game programming

crayon

180
Stars
9
Forks
Watchers

A small, portable and extensible game framework written in Rust.

ecst

466
Stars
46
Forks
Watchers

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

Entitas-Cpp

315
Stars
59
Forks
Watchers

Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#