GarageEngine icon indicating copy to clipboard operation
GarageEngine copied to clipboard

Game engine written in Go (golang).

Results 5 GarageEngine issues
Sort by recently updated
recently updated
newest added

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...

Problems with texture and glenum I have updated the repo to use: github.com/go-gl/gl/v2.1/gl But using it version or other, i always got: ``` engine/Texture.go:109: undefined: gl.Texture engine/Texture.go:112: undefined: gl.GLenum engine/Texture.go:113:...

``` # github.com/vova616/GarageEngine/engine/audio ./AudioSource.go:129: undefined: openal.DistanceModel ```

Change line 129 to @hilerchyn's suggestion, fixes #7