https://github.com/20tab/gozmo
Hardware Accelerated 2D Game Engine written in Go
https://github.com/20tab/gozmo
Last synced: 11 months ago
JSON representation
Hardware Accelerated 2D Game Engine written in Go
- Host: GitHub
- URL: https://github.com/20tab/gozmo
- Owner: 20tab
- License: mit
- Created: 2016-02-29T07:38:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T15:02:46.000Z (about 10 years ago)
- Last Synced: 2025-04-03T11:51:17.687Z (about 1 year ago)
- Language: Go
- Size: 15.8 MB
- Stars: 4
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gozmo
Gozmo is a hardware accelerated game engine written in the
[Go language](https://golang.org/). It is based on OpenGL and uses libraries
from the [go-gl](https://github.com/go-gl/) project.
## Status
The project is undergoing heavy development, and is not yet suitable for
writing games.
## Trying it out
After installing it with `go get` as usual, have a look at the `examples/`
directory.
## Docs
See the [embedded documentation](https://godoc.org/github.com/20tab/gozmo).
## License
[MIT](http://opensource.org/licenses/MIT), see the `LICENSE` file.