Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/20tab/gozmo
Hardware Accelerated 2D Game Engine written in Go
https://github.com/20tab/gozmo
Last synced: about 1 month 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-01T15:02:46.000Z (almost 9 years ago)
- Last Synced: 2024-10-15T23:48:24.686Z (3 months ago)
- Language: Go
- Size: 15.8 MB
- Stars: 4
- Watchers: 7
- 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.