GarageEngine icon indicating copy to clipboard operation
GarageEngine copied to clipboard

Dependencies have changed?

Open xyproto opened this issue 9 years ago • 5 comments

SpaceCookies looks fun! Just watched the video on YouTube. However...

When installing the dependencies with go get -d in a freshly checked out revision of GarageEngine, I get:

go get -d
engine/Atlas.go:5:2: no buildable Go source files in /home/afr/go/src/github.com/go-gl/gl
engine/Engine.go:11:2: no buildable Go source files in /home/afr/go/src/github.com/go-gl/glfw

More information:

GOPATH=/home/afr/go
go version go1.6 linux/amd64

I see that https://github.com/go-gl/gl seems to import specific versions of the packages.

Are there additional steps I need to take when installing the Go dependencies for GarageEngine?

xyproto avatar Mar 29 '16 14:03 xyproto

Same question. I don't see any updates in +3years. Is this still being developed anywhere?

danmondy avatar Aug 03 '16 14:08 danmondy

Same problem.I'm also searching docs about this.

Think-Jumper avatar Jan 17 '17 04:01 Think-Jumper

Hey, yeah I didn't really touched this project for some time... I will try to make it work this week

you can try to run it using legacy gl (https://github.com/go-gl/gl/issues/63) and update the dependencies to newer ones

vova616 avatar Jan 17 '17 05:01 vova616

ping :)

xyproto avatar Jun 06 '17 09:06 xyproto

pong:)

2017-06-06 17:04 GMT+08:00 Alexander F Rødseth [email protected]:

ping :)

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/vova616/GarageEngine/issues/9#issuecomment-306426305, or mute the thread https://github.com/notifications/unsubscribe-auth/ABd9yC8C7D75ULcnQHSkLx8PriE3x2k6ks5sBRYGgaJpZM4H6yfn .

Think-Jumper avatar Jun 14 '17 05:06 Think-Jumper