commit | 019f8eb658f00232b854fe33ab8f42579c72e92b | [log] [tgz] |
---|---|---|
author | Jihyun Yu <yjh0502@gmail.com> | Wed Jun 03 22:13:56 2015 +0900 |
committer | David Crawshaw <crawshaw@golang.org> | Wed Jun 03 14:42:55 2015 +0000 |
tree | b9906c2a9d282c15b94ac38893a847f643e73d66 | |
parent | d8725953a14e961ad40017209fcad1a12ac20082 [diff] |
app: fix bug on linux/x11 - Fix hangs on linux/x11. x11-related code remains outdated since 068a51c19, which seperates GL calls to dedicated thread. Update x11 code to work with GL thread. - Fix bug on coordinate system. x11 has same coordinate system with android, (0,0) on top-left. Change-Id: I0b3ab97fd4842b1c9f730e1c90a5840f540fcb7a Reviewed-on: https://go-review.googlesource.com/10623 Reviewed-by: David Crawshaw <crawshaw@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.