rename Ebiten -> Ebitengine (#4262)

This commit is contained in:
Hajime Hoshi 2022-06-09 15:36:00 +09:00 committed by GitHub
parent ef8d36770e
commit 1a3ac5782b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1106,7 +1106,7 @@ _Packages to support functional programming in Go._
_Awesome game development libraries._
- [Azul3D](https://github.com/azul3d/engine) - 3D game engine written in Go.
- [Ebiten](https://github.com/hajimehoshi/ebiten) - dead simple 2D game library in Go.
- [Ebitengine](https://github.com/hajimehoshi/ebiten) - dead simple 2D game library in Go.
- [engo](https://github.com/EngoEngine/engo) - Engo is an open-source 2D game engine written in Go. It follows the Entity-Component-System paradigm.
- [g3n](https://github.com/g3n/engine) - Go 3D Game Engine.
- [go-astar](https://github.com/beefsack/go-astar) - Go implementation of the A\* path finding algorithm.