From f4bfc5987a9857ac1863f3ee3672906d98e51d32 Mon Sep 17 00:00:00 2001 From: Marvin Blum Date: Tue, 10 May 2016 09:45:42 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e4d4f..58fc00f 100644 --- a/README.md +++ b/README.md @@ -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