This is my attempt at following the intro to image in go from the [pheelicks.com] (http://www.pheelicks.com/) blog
I was looking to learn Golang for some times. I am running a Ubuntu 13.10 with Golang 1.2 installed. I went through several attempt to install Golang properly. Eventually I came accross [gvm] (https://github.com/moovweb/gvm) which by far the easiest and noob friendly solution.
to run the examples in this section:
go run blank.go
go run gradient.go
go run main.go canvas.go
direct links:
- [Intro to (images in) Go] (http://www.pheelicks.com/2013/10/intro-to-images-in-go/)
- [Intro to (images in) Go – basics] (http://www.pheelicks.com/2013/10/intro-to-images-in-go-part-1/)
- [Intro to (images in) Go – drawing] (http://www.pheelicks.com/2013/10/intro-to-images-in-go-part-2/)
- [Intro to (images in) Go – filters] (http://www.pheelicks.com/2013/10/intro-to-images-in-go-filters/)
- [Intro to (images in) Go – concurrency] (http://www.pheelicks.com/2013/10/intro-to-images-in-go-concurrency/)
- [Intro to (images in) Go – http] (http://www.pheelicks.com/2013/11/intro-to-images-in-go-http/)
- [Intro to (images in) Go – websockets] (http://www.pheelicks.com/2013/11/intro-to-images-in-go-websockets/)
- [Intro to (images in) Go – fractals] (http://www.pheelicks.com/2013/11/intro-to-images-in-go-fractals/)
- [Intro to (images in) Go – UI] (http://www.pheelicks.com/2013/12/intro-to-images-in-go-ui/)