goshlanguage / gogome

A little exploration of SDL bindings in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hack The Planet

For documentation on Go's SDL2 bindings as used in this project, see: https://godoc.org/github.com/veandco/go-sdl2

Be sure to first install the SDL C libraries for your platform (Windows, Mac, Linux)

Mac:

brew install sdl2
brew install sdl2{,_image,_mixer,_ttf,_gfx} pkg-config

About

A little exploration of SDL bindings in go


Languages

Language:Go 100.0%