commit | 9ed16d27745385249d6056ff6b3afcc8856b874a | [log] [tgz] |
---|---|---|
author | David Crawshaw <crawshaw@golang.org> | Sat Jun 27 23:12:19 2015 -0400 |
committer | David Crawshaw <crawshaw@golang.org> | Mon Jun 29 11:10:40 2015 +0000 |
tree | b605dc1c03cdcd83793b8e8e8f41b213034fea49 | |
parent | 4dd66723b0e50e7a9136dc3fad7e5b304527ff33 [diff] |
app: leave GL buffer clearing to clients It is already done in our examples and is missing from the linux/x11 implementation. If memory serves this is just long-standing debugging cruft. Change-Id: I1919a8704b11502fe8f402e3840bc5a1cd8b16e3 Reviewed-on: https://go-review.googlesource.com/11655 Reviewed-by: Nigel Tao <nigeltao@golang.org>
The Go mobile repository holds packages and build tools for using Go on Android.
This is early work and installing the build system requires Go 1.5. Follow the build instructions on godoc.org/golang.org/x/mobile/cmd/gomobile to install the gomobile command and build the basic example.
APIs are currently very limited, but under active development. Package documentation serves as a starting point:
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.