Cross-platform 2d engine written in Golang with goal to be simple and focus to support these platforms: Windows, Linux, Web (wasm and Gopherjs).
This name comes from Russian суслик
(suslik). Means gopher
in English.
Thanks to these 3rd party projects:
- The original engi game engine which engo was based off of (BSD license)
- engo ECS game engine, initially forked to engi. (MIT License)
- Oto, a low-level cross-platform library to play sound. The AudioSystem uses this and is based on the audio package used in Ebiten.