banthar / Go-SDL

Go bindings for SDL
218 stars 68 forks source link

More work on image.Image to *sdl.Surface conversion. goinstall compatibility. #48

Closed DeedleFake closed 12 years ago

DeedleFake commented 12 years ago

This furthers support of color.Model types other than just color.NRGBAModel. More work needs to be done, however.

It also adds goinstall compatibility. To install all of the Go-SDL packages, use:

goinstall github.com/banthar/Go-SDL/sdl
goinstall github.com/banthar/Go-SDL/gfx
goinstall github.com/banthar/Go-SDL/ttf
goinstall github.com/banthar/Go-SDL/mixer