ecs-lib
ECS library
A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development
Tiny and easy to use ECS (Entity Component System) library for game programming
195 stars
9 watching
11 forks
Language: TypeScript
last commit: over 1 year ago
Linked from 1 awesome list
data-oriented-designecsecs-frameworkentity-componententity-component-architectureentity-component-systemgamegame-developmentgame-enginegame-programminggamedevgameloopthreejs
Related projects:
Repository | Description | Stars |
---|---|---|
nidorx/ecs-lua | An Entity Component System library for Lua game development | 165 |
natethegreatt/bitecs | An ultra-high performance Entity-Component-System (ECS) library for JavaScript game development | 930 |
qixi/fast_ecs | An Entity-Component-System library designed to efficiently handle entities and components in game development. | 14 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 113 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
godotecs/godex | An ECS implementation for the Godot Engine game development framework. | 1,228 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
ecsx-framework/ecsx | An Entity-Component-System framework for building real-time applications in Elixir | 210 |
leudz/shipyard | An Entity Component System focused on usability and flexibility in game development and general software development | 753 |
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 |
scellecs/morpeh | An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic | 535 |
guillaume-haerinck/met-ecs | A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
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 |