CSharpECSComparison
ECS framework comparison
A comparison table of popular C# ECS frameworks
Comparison chart for C# ECS solutions/frameworks
51 stars
4 watching
5 forks
last commit: over 1 year ago
Linked from 1 awesome list
csharpdata-orientedecsecs-frameworkentity-component-systemgame-developmentunityunity3d
Related projects:
Repository | Description | Stars |
---|---|---|
doraku/ecs.csharp.benchmark | A collection of benchmarks comparing the performance and memory usage of various C# Entity Component Systems (ECS) frameworks. | 130 |
friflo/ecs.csharp.benchmark-common-use-cases | A benchmarking project comparing the performance of common use cases in multiple C# Entity-Component-System (ECS) frameworks. | 22 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
beancheeseburrito/flecs.net | A C# wrapper for an entity-component-system (ECS) game development library | 147 |
scellecs/morpeh | An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic | 535 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
kirillochnev/mustache | An Entity Component System framework allowing fast component iteration and multithreading support. | 34 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |
dcfapixels/dragonecs | A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. | 176 |
abeimler/ecs_benchmark | A collection of benchmarks comparing the performance and scalability of popular Entity-Component-System frameworks in C++ | 220 |
dotnet/csharpstandard | The C# language standard repository contains all official versions of the C# specification, including draft versions and past standards. | 723 |
friflo/friflo.json.fliox | An Entity Component System (ECS) and Object-Relational Mapping (ORM) implementation for C# | 164 |
andreakarasho/tinyecs | A lightweight, reflection-free Entity Component System library for .NET game development and other data-oriented applications. | 113 |
head-first-csharp/fourth-edition | This repository contains code and project files for learning C# programming with .NET Core using the Head First C# book | 894 |
csharpfritz/csharp_with_csharpfritz | A collection of resources and code for learning C# programming with CSharpFritz's tutorials and examples. | 662 |