1
0
Fork 0
mirror of https://github.com/avelino/awesome-go.git synced 2025-04-14 17:32:57 -04:00

Replace Arche by its successor Ark (#5649)

This commit is contained in:
Martin Lange 2025-04-01 10:26:20 +02:00 committed by GitHub
parent af0915d315
commit 2918779d81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1224,7 +1224,7 @@ _Packages to support functional programming in Go._
_Awesome game development libraries._
- [Arche](https://github.com/mlange-42/arche) - Archetype-based Entity Component System (ECS) for Go.
- [Ark](https://github.com/mlange-42/ark) - Archetype-based Entity Component System (ECS) for 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.