bitECS
Game ECS library
An ultra-high performance Entity-Component-System (ECS) library for JavaScript game development
Functional, minimal, data-oriented, ultra-high performance ECS library written in JavaScript
930 stars
24 watching
84 forks
Language: JavaScript
last commit: 8 days ago
Linked from 2 awesome lists
ecsentitycomponentsystemfunctionalgamegame-developmentgame-enginegamedevhigh-performanceparticles
Related projects:
Repository | Description | Stars |
---|---|---|
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 195 |
qixi/fast_ecs | An Entity-Component-System library designed to efficiently handle entities and components in game development. | 14 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 113 |
godotecs/godex | An ECS implementation for the Godot Engine game development framework. | 1,228 |
andygeiss/ecs | Builds a custom game engine using the Entity Component System concept in Go. | 128 |
beancheeseburrito/flecs.net | A C# wrapper for an entity-component-system (ECS) game development library | 147 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
lastolivegames/becsy | An ECS framework for TypeScript and JavaScript that simplifies the development of performant, multi-threaded code | 207 |
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 |
nem0/lent | A high-performance 2nd generation Entity Component System (ECS) library with minimal dependencies and a simple API for managing game-like data structures. | 67 |
nidorx/ecs-lua | An Entity Component System library for Lua game development | 165 |
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 |