Show HN: Ebitengine v2.10.0 Released (A 2D Game Engine for Go) Ebitengine v2.10.0, a 2D game engine for Go, has been released, requiring Go 1.25 or later. The update removes the need for Cgo on macOS and Linux/BSD builds, enabling pure Go cross-compilation for all desktop platforms, and introduces application virtualization for headless testing by programs and AI agents, among other features. Ebitengine v2.10.0 Released v2.10.0 has been released For details, please see the release notes /en/documents/2.10.html . Many thanks to all the contributors and sponsors on GitHub Sponsors https://github.com/sponsors/hajimehoshi and Patreon https://www.patreon.com/hajimehoshi — your support is greatly appreciated Ebitengine v2.10 requires Go 1.25 or later. The main new features are as follows: - Pure Go on Desktop Platforms /en/documents/2.10.html Pure Go on Desktop Platforms - macOS and Linux / BSD builds no longer require Cgo. Ebitengine games can now be built for all desktop platforms with Go alone, making cross-compilation easier. - Application Virtualization VM