#Winit window is not visible
4 messages · Page 1 of 1 (latest)
i use the "complete code" that implement the ApplicationHandler in App and run it with event_loop.run_app(&mut app)
So you copy-pasted the second example from https://docs.rs/winit/latest/winit/index.html ?
Winit is a cross-platform window creation and event loop management library.
What window manager/desktop environment are you using?