-
win 10 64 bit
v0.8 (2020-07-11) - e3be018
When loading a 32 bit tiff into the library, it displays very strangely.
![1](https://user-images.githubusercontent.com/65244629/87929784-a70cf600-ca8f-11e…
-
Hi!
I tried to compile the `Hello World` example but I got the following error message at run time
```
GLFW: An invalid error was not accepted by the caller: ErrorCode(65546): Cannot make current…
-
**Circle border**
`
common.Circle{
BorderWidth: 1,
BorderColor: color.Black,
}
`
The border drawing is abnormal. Fill color cannot be transparent. The same goes for running demos/shapes.
…
kayon updated
3 years ago
-
Hello, I'm sorry for this silly question but I'd like to know if I should determine the screen resolution of the desktop (for example running in Xorg) before to call `engo.Run` function and then set `…
-
I'm going through the "Automatically add entities to systems" section in the readme, and I'm stuck at this part in the example:
```
type Myable interface {
ecs.BasicFace
AFace
}
```
I d…
-
maybe just me, but I am not able to use `ecs.BasicFace` to extend an interface.
-
Before launching Metal implementation, we'd need to make CI for it.
* [Testing Your Project on Multiple Operating Systems - Travis CI](https://docs.travis-ci.com/user/multi-os/)
* [The Windows Bui…
-
Hi @otraore.
I have installed all dependencies including go, engo, etc but when I try to run a game I got next error:
![2](https://user-images.githubusercontent.com/9653037/85204607-3a110f80-b2db-…
-
```
# github.com/EngoEngine/engo/common
..\..\EngoEngine\engo\common\audio.go:90:22: undefined: oto.NewPlayer
```
I'm new to the whole go thing and I was just installing engo and testing the pon…
-
C:\Users\u7658>go get -u github.com/EngoEngine/engo
# github.com/go-gl/glfw/v3.2/glfw
exec: "gcc": executable file not found in %PATH%
# github.com/go-gl/gl/v2.1/gl
exec: "gcc": executable file no…