ecsy-babylon
ECS framework for game engines
An experimental implementation of Entity Component System Architecture (ECS) for Babylon.js
Experimental implementation of ECSY for babylon.js.
35 stars
3 watching
2 forks
Language: TypeScript
last commit: almost 2 years ago babylonjsecsy
Related projects:
Repository | Description | Stars |
---|---|---|
junkdog/artemis-odb | A high-performance Java-based framework for building game-like applications using an Entity-Component-System architecture | 779 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 195 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
andygeiss/ecs | Builds a custom game engine using the Entity Component System concept in Go. | 127 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
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. | 554 |
richardbiely/gaia-ecs | An entity component system framework for building data-oriented games and applications with efficient storage and processing of entities and components. | 82 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
engoengine/ecs | An implementation of the Entity-Component-System paradigm in Go | 298 |
mlange-42/arche | An ECS for Go, providing an archetype-based entity-component-system for individual-based modelling. | 144 |
natethegreatt/bitecs | An ultra-high performance Entity-Component-System (ECS) library for JavaScript game development | 930 |
scellecs/morpeh | An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic | 535 |
babylonjs-archive/simple-3d-fps | A 3D FPS game built with BabylonJS engine on top of WebGL and HTML5 technologies | 0 |
qixi/fast_ecs | An Entity-Component-System library designed to efficiently handle entities and components in game development. | 14 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |