gopher3d icon indicating copy to clipboard operation
gopher3d copied to clipboard

This code is not updated to use the latest x/mobile/gl API, is it?

Open dmitshur opened this issue 8 years ago • 1 comments

It's a little misleading having this repo here. Perhaps you should mark it as out of date, update it, or remove it?

dmitshur avatar Jul 29 '15 19:07 dmitshur

More details. The code uses a few packages that have been removed or moved.

~ $ go get -u github.com/crawshaw/gopher3d
package github.com/crawshaw/gopher3d
    imports golang.org/x/mobile/app
    imports golang.org/x/mobile/geom
    imports golang.org/x/mobile/gl
    imports golang.org/x/mobile/app/debug
    imports golang.org/x/mobile/app/debug
    imports golang.org/x/mobile/app/debug: cannot find package "golang.org/x/mobile/app/debug" in any of:
    /usr/local/go/src/golang.org/x/mobile/app/debug (from $GOROOT)
    /tmp/tempgopath/src/golang.org/x/mobile/app/debug (from $GOPATH)
package github.com/crawshaw/gopher3d
    imports golang.org/x/mobile/app
    imports golang.org/x/mobile/geom
    imports golang.org/x/mobile/gl
    imports golang.org/x/mobile/app/debug
    imports golang.org/x/mobile/event
    imports golang.org/x/mobile/event
    imports golang.org/x/mobile/event: no buildable Go source files in /tmp/tempgopath/src/golang.org/x/mobile/event
package github.com/crawshaw/gopher3d
    imports golang.org/x/mobile/app
    imports golang.org/x/mobile/geom
    imports golang.org/x/mobile/gl
    imports golang.org/x/mobile/app/debug
    imports golang.org/x/mobile/event
    imports golang.org/x/mobile/f32
    imports golang.org/x/mobile/f32
    imports golang.org/x/mobile/f32: cannot find package "golang.org/x/mobile/f32" in any of:
    /usr/local/go/src/golang.org/x/mobile/f32 (from $GOROOT)
    /tmp/tempgopath/src/golang.org/x/mobile/f32 (from $GOPATH)
package github.com/crawshaw/gopher3d
    imports golang.org/x/mobile/app
    imports golang.org/x/mobile/geom
    imports golang.org/x/mobile/gl
    imports golang.org/x/mobile/app/debug
    imports golang.org/x/mobile/event
    imports golang.org/x/mobile/f32
    imports golang.org/x/mobile/gl/glutil
    imports golang.org/x/mobile/gl/glutil
    imports golang.org/x/mobile/gl/glutil: cannot find package "golang.org/x/mobile/gl/glutil" in any of:
    /usr/local/go/src/golang.org/x/mobile/gl/glutil (from $GOROOT)
    /tmp/tempgopath/src/golang.org/x/mobile/gl/glutil (from $GOPATH)

dmitshur avatar Jul 29 '15 19:07 dmitshur