TinyEcs
ECS library
A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications.
A tiny bevy-like archetype-style ECS library for dotnet
113 stars
3 watching
1 forks
Language: C#
last commit: about 1 month ago
Linked from 1 awesome list
csharpdata-oriented-designdotnetecsentity-component-system
Related projects:
Repository | Description | Stars |
---|---|---|
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
nidorx/ecs-lib | A lightweight and easy-to-use library for implementing an Entity Component System architecture in game development | 195 |
bakpakin/tiny-ecs | An Entity Component System framework for Lua game development | 684 |
guillaume-haerinck/met-ecs | A simple Entity Component System library designed to facilitate the creation and management of entities with components and systems. | 16 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |
beancheeseburrito/flecs.net | A C# wrapper for an entity-component-system (ECS) game development library | 147 |
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 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
ralith/hecs | A high-performance, minimalist entity-component-system library for building loosely-coupled applications with efficient access to component data and behavior. | 990 |
natweiss/entityfu | A lightweight C++ entity component system for managing entities and their associated components. | 85 |
scellecs/morpeh | An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic | 535 |
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 |
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |