You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm writing an app with winit. My window is (almost) never picked up by Amethyst. It floats (🤮), cannot be cycled through nor layouted. It's like it is invisible to Amethyst. A tenth of the time it works properly.
Applications:
My own baby. I see you have other issues involving winit: Alacritty and Zed are written in Rust so I guess they use winit or some fork.
To Reproduce winit has an examples folder, you need cargo to run that.
Expected behavior
My window to be deliciously layouted ❤️
Screenshots
I don't want to trigger anyone with a screenshot of a floating window.
Describe the bug
I'm writing an app with
winit
. My window is (almost) never picked up byAmethyst
. It floats (🤮), cannot be cycled through nor layouted. It's like it is invisible toAmethyst
. A tenth of the time it works properly.Applications:
My own baby. I see you have other issues involving
winit
:Alacritty
andZed
are written in Rust so I guess they usewinit
or some fork.To Reproduce
winit
has anexamples
folder, you needcargo
to run that.Expected behavior
My window to be deliciously layouted ❤️
Screenshots
I don't want to trigger anyone with a screenshot of a floating window.
Versions:
14.1.1 (23B81)
0.20.0
Debug Info
Additional context
Sadly
amethyst
is/was a game engine in Rust world.The text was updated successfully, but these errors were encountered: