-
Matrix4 Transpose() can be more efficiently written as:
```Go
m[1], m[4] = m[4], m[1]
m[2], m[8] = m[8], m[2]
m[6], m[9] = m[9], m[6]
m[3], m[12] = m[12], m[3]
m[7], m[13] = m[13], m[7]
…
-
hi, when I run the demo, i find that this edit does not support chinese. i guess japanese or Korean or emoji have the same problem.
I also find that this edit doesn't support clipboard.
![defa…
-
See https://github.com/uudashr/gopkgs/issues/6#issuecomment-389293829
```
cannot Stat: stat /src/github.com/g3n/g3nd/data/images/list-add.png: no such file or directory
```
-
Hi, im tryng to load a obj model. Here is the code:
```
package main
import (
"github.com/g3n/engine/graphic"
"github.com/g3n/engine/light"
"github.com/g3n/engine/loader/obj"
"github.com/…
-
It would be good to have a simple REX viewer using Go. One possibility is to use the [g3n](https://github.com/g3n/engine) engine, which is a great 3D graphics engine written in Go.
-
I'm testing loading larger files that are exported from Blender and running into a situation similar to https://github.com/g3n/engine/issues/8.
When I load this OBJ/MTL https://drive.google.com/o…
-
just trying this out
x-MacBook-Pro:3gn apple$ go env
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/apple/Library/Caches/go-build"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPAT…
ghost updated
5 years ago
-
Hey! I started working on targeting WebGL with WASM for [G3N](https://github.com/g3n/engine) and been looking through your awesome code.
I noticed that [here ](https://github.com/Thommil/tge-gl/blo…
-
Hi,
I have an Ogg Vorbis audio file:
% file test.ogg
test.ogg: Ogg data, Vorbis audio, stereo, 48000 Hz, ~160000 bps, created by: Xiph.Org libVorbis I
It plays fine with `mpv`:
…
-
### Describe your problem
Paging does not add anything, since bludit is able to manage hundreds of entries without slowing down.
Instead of helping, it creates difficulties.
It is much easier…