ecs
Game engine component manager
An implementation of the Entity-Component-System paradigm in Go
A Go-implementation of the Entity-Component-System paradigm
299 stars
22 watching
43 forks
Language: Go
last commit: about 1 year 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. | 129 |
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,231 |
mlange-42/arche | An Entity Component System for simulating individual-based models in Go | 150 |
glassesneo/saohime | An extensible 2D game engine built around an Entity Component System (ECS) architecture | 12 |
phisko/kengine | A game engine built around an Entity-Component-System architecture with C++20 support and runtime extensibility | 607 |
godotecs/godex | An ECS implementation for the Godot Engine game development framework. | 1,242 |
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,079 |
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. | 864 |
outfox/fennecs | An Entity-Component System implementation in C# targeting .NET 8 | 254 |
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 |