Tutorials translated from "NeHe Productions":http://nehe.gamedev.net/ into Go with SDL.
First we need to install the dependencies:
go get github.com/banthar/gl github.com/banthar/glu github.com/banthar/Go-SDL/sdl
You can use go run
, like this:
cd lesson01
go run lesson01.go
Please note that starting with lesson06, you have to cd into the directory because we start using external data.