An open API service indexing awesome lists of open source software.

https://github.com/cloudhead/gogol

a bitmap drawing & animation library for Go
https://github.com/cloudhead/gogol

Last synced: 11 months ago
JSON representation

a bitmap drawing & animation library for Go

Awesome Lists containing this project

README

          

GOGOL

a bitmap drawing & animation library for Go.

. synopsis

gogol's purpose is to provide a simple interface
for drawing bitmap graphics on the screen, as well
as handling mouse & keyboard events.

gogol is especially well suited for building 2D
games.

. installation

go get github.com/cloudhead/gogol

. documentation

go doc gogol

. examples

see /examples folder

. license

see LICENSE

. copyright

Alexis Sellier