Entitas
ECS framework
An Entity Component System Framework for C# and Unity, designed to reduce code complexity and improve performance.
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
7k stars
403 watching
1k forks
Language: C#
last commit: 11 months ago
Linked from 3 awesome lists
c-sharpcode-generationcsharpdesign-patterndesign-patternsecsentityentity-component-systemgamegame-developmentgame-enginegamedevperformancetddunityunity3d
Related projects:
Repository | Description | Stars |
---|---|---|
judelco/entitas-cpp | A fast and efficient Entity Component System framework for C++ game development. | 339 |
darkoverlordofdata/entitas-scala | A tool for creating and managing Entity-Component-System architectures in Scala, providing command-line interfaces for component creation and code generation. | 1 |
darkoverlordofdata/entitas-ts | An implementation of the Entity-Component-System (ECS) architecture in TypeScript | 217 |
skypjack/entt | An entity-component-system (ECS) framework that simplifies game development and provides features for rapid prototyping and production-ready code. | 10,245 |
sandermertens/flecs | An Entity Component System framework that provides a lightweight and portable way to build game engines | 6,463 |
mhaemmerle/entitas_erl | An implementation of an entity component system in Erlang for managing game-like data structures and systems | 6 |
scellecs/morpeh | An ECS framework for Unity and .Net, providing a simple and efficient way to structure game logic | 535 |
spoved/entitas.cr | An Entity Component System Framework written in Crystal. | 37 |
mhaemmerle/entitas-clj | An entity component system for Clojure, providing a flexible architecture for managing game logic and data structures | 3 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
portaloffreedom/godot_entt_net_example | An example of integrating Entity-Component-System (ECS) architecture with Godot's GameNetworkingSockets for simple entity management and networking. | 30 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
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 |
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 |