feat: add ecs (#5375)

This commit is contained in:
Andy 2024-08-09 05:26:29 +02:00 committed by GitHub
parent e76e84d54d
commit 9edc426690
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1194,6 +1194,7 @@ _Awesome game development libraries._
- [Azul3D](https://github.com/azul3d/engine) - 3D game engine written in Go. - [Azul3D](https://github.com/azul3d/engine) - 3D game engine written in Go.
- [Ebitengine](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go. - [Ebitengine](https://github.com/hajimehoshi/ebiten) - dead simple 2D game engine in Go.
- [ecs](https://github.com/andygeiss/ecs) - Build your own Game-Engine based on the Entity Component System concept in Golang.
- [engo](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm. - [engo](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm.
- [fantasyname](https://github.com/s0rg/fantasyname) - Fantasy names generator. - [fantasyname](https://github.com/s0rg/fantasyname) - Fantasy names generator.
- [g3n](https://github.com/g3n/engine) - Go 3D Game Engine. - [g3n](https://github.com/g3n/engine) - Go 3D Game Engine.