becsy
ECS framework
An ECS framework for TypeScript and JavaScript that simplifies the development of performant, multi-threaded code
A multithreaded Entity Component System (ECS) for TypeScript and JavaScript, inspired by ECSY and bitecs.
207 stars
12 watching
17 forks
Language: TypeScript
last commit: about 1 month ago
Linked from 2 awesome lists
ecsjsts
Related projects:
Repository | Description | Stars |
---|---|---|
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
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 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 34 |
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 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 195 |
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 |
vberlier/goomy | An experimental ECS framework that uses template metaprogramming to simplify component management and dependency injection. | 12 |
bit-phlippers/cl-ecs | An implementation of the Entity-Component-System pattern in Common Lisp | 7 |
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 |
sergeymakeev/ecs | A software framework implementing an entity-component-system architecture for game development and other performance-critical applications. | 190 |
kevinresol/exp-ecs | A macro-powered framework for building entity-component-system game engines | 59 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
junkdog/artemis-odb | A high-performance Java-based framework for building game-like applications using an Entity-Component-System architecture | 779 |