{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
Pixel A hand-crafted 2D game library in Go. Take a look into the features to see what it can do. go get github.com/faiface/pixel If you are using Modules (Go 1.11 or higher) and want a mutable copy of the source code: git clone https://github.com/faiface/pixel # clone outside of $GOPATH cd pixel go install ./... See requirements for the list of libraries necessary for compilation. All significa...