[go-nuts] Re: Go Games

2018-03-13 Thread leonsal
It may be of interest: https://github.com/g3n/engine https://github.com/g3n/g3nd https://github.com/danaugrs/gokoban -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email

[go-nuts] Re: Is x/exp/shiny dead?

2017-07-31 Thread leonsal
You could take a look at G3N which is a 3D OpenGL game engine but it features a basic GUI with several widget types. You could check the available GUI widgets running the G3N Demo and selecting the GUI tests folder. It was one of the

[go-nuts] [ANN] G3N - Go 3D Game Engine

2017-03-12 Thread leonsal
Hi All, G3N is an OpenGL 3D Game Engine written in Go: https://github.com/g3n/engine Try out the game engine demo at: https://github.com/g3n/g3nd Regards. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and st

[go-nuts] Re: [ANN] G3N - Go 3D Game Engine

2017-03-12 Thread leonsal
bXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x7f9b10ea1000) On Sunday, March 12, 2017 at 2:54:34 PM UTC-3, simon place wrote: > > interesting, something i'm active around. > > just checking, the only dependency for the compiled result is opengl? > > > On Sunday, 12 M

[go-nuts] Re: [ANN] G3N - Go 3D Game Engine

2017-03-12 Thread leonsal
The dependencies on the X server are needed by the GLFW window manager ( *http://www.glfw.org*). We tried to abstract the window manager in the "window" package. So it would be theoretically possible to build another window manager using a Go binding for an EGL library and use it with the engine.

[go-nuts] Re: [ANN] G3N - Go 3D Game Engine

2017-03-14 Thread leonsal
Hi This group is concerned with general aspects of the Go language. Please generate an issue with your question in our repository: github.com/g3n/engine We will try to answer. Regards. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubsc