Update README.md

This commit is contained in:
Marvin Blum
2016-05-10 09:45:42 +02:00
parent 12433458cc
commit f4bfc5987a

View File

@@ -13,11 +13,13 @@ go get github.com/go-gl/glfw/v3.1/glfw
go get github.com/DeKugelschieber/go-game
```
You also need a cgo compiler (typically gcc) and GL/GLFW development libraries and headers. You can find further instructions on the GitHub pages below (see dependencies).
## Usage
*WIP*
You can find some examples within the demo folder. For full reference visit: https://godoc.org/github.com/DeKugelschieber/go-game
Examples can be found within the demo folder. For full reference visit: https://godoc.org/github.com/DeKugelschieber/go-game
## Dependencies
@@ -28,6 +30,10 @@ You can find some examples within the demo folder. For full reference visit: htt
To use an older GL version, you need to replace the GL imports in package goga. It should mostly be compatible down to 3.x.
## Contribute
To contribute, please create pull requests. The code must be formatted by gofmt and fit into the architecture.
## License
MIT