Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.