-
`g3n/engine commit: 1947ea87d4dc4603f0ecb3e14aadbcdee649c839`
Hello, I have a `glsl` compilation error whenever I try the latest version of `g3n/g3nd` or the sample application `g3n/demos/hellog3n`…
-
I tried to make trivial changes to hellog3n to change the "up" direction from +Y to +Z, but it did not turn out as expected. I have tried to fix it for 2 days with no luck. I think it would be reall…
-
Went to add this to the [Awesome-Go](https://github.com/avelino/awesome-go) list, however the Go Report Card for g3n/engine isn't pretty at the moment. :wink:
https://goreportcard.com…
-
I'm trying to get any of the demos to work on FreeBSD. I'm pretty new to golang so I can't submit a PR, but linking against -ldl breaks the build on FreeBSD. On Linux, the dynamic loader is in a sep…
-
I feel like I'm missing something obvious here, but how do I make a material for a custom shader that needs lots of uniforms? I'm implementing my human skin shader, and it needs uniforms for the bone…
-
I am wanting to composite a g3n 3d view with a webview and an SDL view.
I know this is pretty difficult but i figured its worth asking about.
For webview i use this: https://github.com/zserge/w…
ghost updated
6 years ago
-
I have come across a really difficult-to-describe graphical glitch that I think occurs when you attempt to resize a GUI window widget near the title bar.
It is easiest to reproduce by resizing the …
-
Based on discussion https://github.com/uudashr/gopkgs/issues/6#issuecomment-389293829
```
$ gopkgs -format '{{.Name}};{{.ImportPath}}'
cannot Stat: stat /home/dobegor/go/src/github.com/g3n/g3nd/dat…
-
Is there a recommended way of getting the default font metrics for a piece of text? Possible I've missed it somewhere but I see font.MeasureText which would work but how to get the default font in us…
-
linux cross-compile .exe is OK
but on windows, build with mingw, there is an error ::
> D:\Go\GOPATH\src\github.com\g3n\g3nd>go build
> # github.com/g3n/engine/text
> ..\engine\text\font.go:204:…