ME.BECS
ECS
A Burst-based Entity Component System for Unity.
Bursted Entity Component System
152 stars
6 watching
13 forks
Language: C#
last commit: 6 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
scellecs/morpeh | An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic | 535 |
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 |
jaimegensler/thyseus | An Entity Component System for building performant and maintainable applications with a focus on data management | 74 |
beancheeseburrito/flecs.net | A C# wrapper for an entity-component-system (ECS) game development library | 147 |
blackmatov/ecs.hpp | An implementation of an Entity Component System architecture for managing game-like entities and their associated data | 38 |
leudz/shipyard | An Entity Component System focused on usability and flexibility in game development and general software development | 753 |
bakpakin/tiny-ecs | An Entity Component System framework for Lua game development | 684 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |
ralith/hecs | A high-performance, minimalist entity-component-system library for building loosely-coupled applications with efficient access to component data and behavior. | 990 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 220 |
engoengine/ecs | An implementation of the Entity-Component-System paradigm in Go | 298 |