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
- Host: GitHub
- URL: https://github.com/cloudhead/gogol
- Owner: cloudhead
- License: mit
- Created: 2012-09-21T11:30:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-19T21:24:37.000Z (about 13 years ago)
- Last Synced: 2025-03-26T09:11:20.458Z (12 months ago)
- Language: Go
- Size: 146 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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