entity-component topic

List entity-component repositories

bcs_thesis

38
Stars
1
Forks
Watchers

My bachelor's thesis on the Entity-Component-System pattern and ECST

behaviour.js

28
Stars
2
Forks
Watchers

Plugable Entity Component System for Games

typed-ecstasy

26
Stars
1
Forks
Watchers

An entity component system for TypeScript (and JavaScript), based on ashley

element-behaviors

97
Stars
2
Forks
Watchers

An entity-component system for HTML elements.

Stride.CustomRootRenderFeature

18
Stars
4
Forks
Watchers

Demo implementation of a Stride root render feature that you can use in the graphics compositor

ecs

53
Stars
7
Forks
Watchers

A simple and easy to use entity-component-system C++ library

Simple-ECS

50
Stars
6
Forks
Watchers

An example using the core features of the Entity Component System (ECS), part of DOTS, for Unity, inspired by Roll-a-ball. This project utilizes the Unity Physics, Hybrid Renderer, and Entities packag...

SimpleECS

67
Stars
16
Forks
Watchers

Probably the simplest to use ECS for C#

MiniEcsPhysics

21
Stars
7
Forks
Watchers

Implementing a simple 2D isometric physical using [MiniEcs framework](https://github.com/voledyhil/MiniEcs)

ecs

63
Stars
3
Forks
Watchers

A header-only/importable c++20 implementation of an entity-component-system (ecs), with focus on a simple interface and speed.