from Hacker News

Golang – bare bones pixel graphics window

by mickduprez on 12/16/18, 9:40 PM with 1 comments

  • by mickduprez on 12/16/18, 9:42 PM

    OP here, this is my naive attempt at using Go to create a basic GUI window to render basic graphics to. I couldn't find anything like this for Go in my searches so I thought I'd have a go at it myself. I welcome any suggestions and comments on better ways to do this and improve the code base, thanks.