mach-ecs

Entity system

An entity component system designed from first-principles for a specific programming language

Entity Component System from first-principles designed for Zig

GitHub

35 stars
5 watching
6 forks
last commit: 9 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
blackmatov/ecs.hpp An implementation of an Entity Component System architecture for managing game-like entities and their associated data 39
leudz/shipyard An Entity Component System focused on usability and flexibility in game development and general software development 757
yelnats321/entityplus An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. 190
andygeiss/ecs Builds a custom game engine using the Entity Component System concept in Go. 129
deepcake/chickens An example of using an entity-component system framework with game engines and physics libraries to create interactive content 1
sergeymakeev/ecs A software framework implementing an entity-component-system architecture for game development and other performance-critical applications. 190
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. 562
scellecs/morpeh An ECS framework for Unity game development and .NET platform that simplifies entity-component-system architecture. 549
outfox/fennecs An Entity-Component System implementation in C# targeting .NET 8 254
sandermertens/ecs-faq An authoritative resource on Entity Component Systems for game developers and software engineers 2,068
jonathanhirz/entity_component A project demonstrating the setup and management of entities with added components in a Haxe-based system 2
apples/ginseng An entity-component-system framework for managing game entities and their dynamic components. 50
alecthomas/entityx A fast and type-safe C++ framework for managing entities with components 2,233
dcfapixels/dragonecs A C# Entity Component System framework for building dynamic entity-based systems without code generation or dependencies. 183
sebas77/svelto.ecs A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. 1,231