-
$ go version
go version go1.14.3 linux/amd64
At try to build https://github.com/EngoEngine/engo/tree/master/demos/hello-world fail:
$ go build hello.go
$# github.com/EngoEngine/engo/common
../…
-
When i import the "github.com/EngoEngine/engo" or any other package i get error message :
# github.com/go-gl/glfw/v3.3/glfw
cc1.exe: sorry, unimplemented: 64-bit mode not compiled in
# github.com/…
-
We recently migrated from the legacy travis integration to the GitHub app for Travis CI. We require status checks to pass before pull requests can be merged but for some reason the connection between …
-
I've discovered a need for hierarchy in my entities, whereby child nodes are affected by parent node transformations.
An example of a situation that this would allow is a moon entity would be abl…
-
Right now, gopherjs panics with a message about only supporting 1.11
The gopherjs pr related to this is here https://github.com/gopherjs/gopherjs/issues/887
-
Some locations (like France) don't uses QWERTY layout. Anyway, the "W" key is replaced with "Z", for instance. So, where is the W of QWERTY is printed as Z on the keyboard.
Using `KeyW` will work, …
-
Is there an easy, built-in way to read a string typed by the user?
I'm thinking something similar to Ebiten's `ebiten.InputChars()`, like in this example: https://hajimehoshi.github.io/ebiten/examp…
-
Hey, guys. I've been surprised to find out that it has been a two years (wew) since I first encountered this issue, back then we've discussed it on gitter and unfortunately nothing came out of it, I'v…
-
There's a bug at fullscreen mode, that didn't set Width/Height correctly. I could reproduce that issue using the TrafficManage with one change:
Replacing:
opts := engo.RunOptions{
Title: …
-
Since my [workaround to fix texture](https://github.com/EngoEngine/engo/issues/691#issuecomment-572315787), I create some `Steps []float64`, so I can use:
```
m.MouseZoomer.Steps = []float32{1, 2,…