-
On Windows util/logger/console prints color escape sequences as characters.
```
←[37m14:36:51.375129:D:Hello:debug
←[37m←[32m14:36:51.376039:I:Hello:info
←[37m←[33;1m14:36:51.376039:W:Hello:warn…
-
-
brew install libvorbis openal-soft
go build .
````
gokoban git:(master) go build .
go: downloading github.com/g3n/engine v0.2.1-0.20220402201105-253be6caa10f
go: downloading github.com/go-gl…
-
Hi,
Please add ImageEn support back. Please note! after 14.5.2022 some changes thumbnail drawing is broken. I'm using these in my project.
in addins.inc:
// ImageEn SUPPORT
{$DEFINE USEIMAGEE…
-
attaching the screenshot:
![image](https://user-images.githubusercontent.com/45351138/151667427-6b2e2e94-5561-4811-b115-9fbfa788d352.png)
I checked for that package across your repo. Would you ple…
-
https://github.com/g3n/engine/blob/00f54a0d42f425179b555b510d358403560ba359/window/canvas.go#L270
-
Has anyone figured out the location of the single-width icons (assuming these are encoded in the ZD2 file)? This is the icon that appears on the G1/B1/A1 FOUR screens.
Just to make it clear, the BM…
-
I was trying to load those from the GCE folder onto my G1x Four, but they didn't work, particularly the Holdverb and Hold Delay. As far as I know, the G3n never got Holdverb, but the Hold Delay should…
-
### What version of Go are you using (`go version`)?
```
go version go1.15.6 linux/amd64
```
### Does this issue reproduce with the latest release?
Yes, I just cloned the repository
### …
-
Raycasting to a Node loaded from a .obj loaded as shown in the g3nd demos leads to errors.
Load the object like this (path redacted):
```go
dec, _ := obj.Decode("[...]/tile.obj", "")
group, _ :=…