ecs

Game engine component manager

An implementation of the Entity-Component-System paradigm in Go

A Go-implementation of the Entity-Component-System paradigm

GitHub

299 stars
22 watching
43 forks
Language: Go
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
andygeiss/ecsBuilds a custom game engine using the Entity Component System concept in Go.129
apples/ginsengAn entity-component-system framework for managing game entities and their dynamic components.50
engoengine/engoAn open-source 2D game engine written in Go, implementing an Entity Component System paradigm.1,756
sebas77/svelto.ecsA C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development.1,231
mlange-42/archeAn Entity Component System for simulating individual-based models in Go150
glassesneo/saohimeAn extensible 2D game engine built around an Entity Component System (ECS) architecture12
phisko/kengineA game engine built around an Entity-Component-System architecture with C++20 support and runtime extensibility607
godotecs/godexAn ECS implementation for the Godot Engine game development framework.1,242
sergeymakeev/ecsA software framework implementing an entity-component-system architecture for game development and other performance-critical applications.190
genaray/archA high-performance ECS implementation in C#1,079
vitei/usagiA game engine built around a hierarchical Entity-Component-System architecture to manage complex interactions in games.53
hmans/miniplexAn entity management system based on the Entity Component System pattern, designed for game development and other demanding applications.864
outfox/fennecsAn Entity-Component System implementation in C# targeting .NET 8254
qixi/fast_ecsAn Entity-Component-System library designed to efficiently handle entities and components in game development.14
yelnats321/entityplusAn Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems.190