ecs
Game engine component manager
An implementation of the Entity-Component-System paradigm in Go
A Go-implementation of the Entity-Component-System paradigm
298 stars
22 watching
43 forks
Language: Go
last commit: 11 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
andygeiss/ecs | Builds a custom game engine using the Entity Component System concept in Go. | 127 |
apples/ginseng | An entity-component-system framework for managing game entities and their dynamic components. | 50 |
engoengine/engo | An open-source 2D game engine written in Go, implementing an Entity Component System paradigm. | 1,756 |
sebas77/svelto.ecs | A C# Entity Component System framework enabling data-oriented, decoupled, and maintainable game development. | 1,223 |
mlange-42/arche | An ECS for Go, providing an archetype-based entity-component-system for individual-based modelling. | 144 |
glassesneo/saohime | An extensible 2D game engine built around an Entity Component System (ECS) architecture | 11 |
phisko/kengine | A game engine built around an Entity-Component-System architecture with C++20 support and runtime extensibility | 606 |
godotecs/godex | An ECS implementation for the Godot Engine game development framework. | 1,228 |
sergeymakeev/ecs | A software framework implementing an entity-component-system architecture for game development and other performance-critical applications. | 190 |
genaray/arch | A high-performance ECS implementation in C# | 1,042 |
vitei/usagi | A game engine built around a hierarchical Entity-Component-System architecture to manage complex interactions in games. | 53 |
hmans/miniplex | An entity management system based on the Entity Component System pattern, designed for game development and other demanding applications. | 850 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 229 |
qixi/fast_ecs | An Entity-Component-System library designed to efficiently handle entities and components in game development. | 14 |
yelnats321/entityplus | An Entity Component System library for C++14 that decouples data from mechanics by using Entities, Components, and Systems. | 190 |