Skip to content

WinPooh32/suslik

Repository files navigation

Suslik

Cross-platform 2d engine written in Golang with goal to be simple and focus to support these platforms: Windows, Linux, Web (wasm and Gopherjs).

Name

This name comes from Russian суслик (suslik). Means gopher in English.

Credits

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.