hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
10.74k stars 649 forks source link

try some tiling window manager #2585

Open hajimehoshi opened 1 year ago

hajimehoshi commented 1 year ago

Ebitengine Version

v2.5.0-alpha.12

Operating System

Go Version (go version)

Go 1.20?

What steps will reproduce the problem?

Some users reported that an application doesn't work with some tiling managers (bspwm (x11) and hyprland (wayland)).

What is the expected result?

An application runs

What happens instead?

An application gets stuck with a black screen. The game's Update is not called forever.

Anything else you feel useful to add?

I have to try these managers:

superloach commented 1 year ago

i3 has worked fine for me as far as i can remember :) older versions I think had issues handling Layout when the window manager resized it, but I'm pretty sure that's since been resolved.

hajimehoshi commented 1 year ago

Thanks!

mymmrac commented 1 year ago

Awesome WM also worked fine previously, however I didn't tried on newer versions of Ebitenengine