github.com/danbrough/mobile@v0.0.3-beta03/README.md (about)

     1  # Go support for Mobile devices
     2  
     3  ## Hacked to run on jvm.
     4  
     5  This fork of [GoMobile](https://pkg.go.dev/golang.org/x/mobile) has been modified to enable libraries to be built for the JVM  as well as android.
     6  
     7  It's currently working on linux (amd64 but arm64, arm, x86 should work also).
     8  
     9  I'm not a mac developer but it shouldn't too hard to get this running on darwin,
    10  if the original project doesn't do that already.
    11  
    12  To get started have a look at the [demos/basic](demos/basic/README.md) demonstration.
    13  
    14  Feel free to make any contributionsS.
    15  
    16  
    17  [![Go Reference](https://pkg.go.dev/badge/golang.org/x/mobile.svg)](https://pkg.go.dev/golang.org/x/mobile)
    18  
    19  The Go mobile repository holds packages and build tools for using Go on mobile platforms.
    20  
    21  Package documentation as a starting point:
    22  
    23  - [Building all-Go apps](https://golang.org/x/mobile/app)
    24  - [Building libraries for SDK apps](https://golang.org/x/mobile/cmd/gobind)
    25  
    26  ![Caution image](doc/caution.png)
    27  
    28  The Go Mobile project is experimental. Use this at your own risk.
    29  While we are working hard to improve it, neither Google nor the Go
    30  team can provide end-user support.
    31  
    32  This is early work and installing the build system requires Go 1.5.
    33  Follow the instructions on
    34  [golang.org/wiki/Mobile](https://golang.org/wiki/Mobile)
    35  to install the gomobile command, build the
    36  [basic](https://golang.org/x/mobile/example/basic)
    37  and the [bind](https://golang.org/x/mobile/example/bind) example apps.
    38  
    39  --
    40  
    41  Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.
    42  
    43  * Bugs can be filed at the [Go issue tracker](https://golang.org/issue/new?title=x/mobile:+).
    44  * Feature requests should preliminary be discussed on
    45  [golang-nuts](https://groups.google.com/forum/#!forum/golang-nuts)
    46  mailing list.