raylib-go
Go bindings for raylib, a simple and easy-to-use library
...With raylib-go, developers can draw graphics, handle input, play sound, manage textures, and manage game loops directly in Go — without needing to write or interface with C manually. This makes it a good choice for those who prefer Go over C/C++, but still want a simple, straightforward engine for fast prototyping or small-to-medium games. Because raylib is known for simplicity and ease of use, raylib-go carries that over to the Go ecosystem: you can get up and running quickly, which is ideal for hobbyist developers, game jams, prototypes, or small indie games. It bridges the gap between performance and convenience.