All the examples here use macaw, a 2D Game Engine using SDL2 written in Go.
- SDL2: You will need to install SDL2 in your machine and the binding for Go. You can find more information here: [https://github.com/veandco/go-sdl2]
go get -v github.com/tubelz/macaw
- To run an example
go run folder\file.go
, where folder and file are within this project
The code here is under the GNU v2 license. You can read more here