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
I am testing the various loop_modes, and it seems that they don't work properly on my Wayland setup here. Testing both loop_modes.rs and simple_ui.rs examples show that the 'view' and 'update' functions are called, regardless of 'loop_mode'.
When I run these examples in X11 the examples work as described.
My OS:
Arch Linux
Kernel: 5.6.19-rt11-1-rt
The text was updated successfully, but these errors were encountered:
the 'view' and 'update' functions are called, regardless of 'loop_mode'.
Just to clarify, do you mean that they are called continuously even after switching to the Wait loop mode? If so that does indeed sound like a bug. I'm also using Wayland via GNOME on NixOS but haven't yet run into this myself.
Dear Nannou team,
I am testing the various loop_modes, and it seems that they don't work properly on my Wayland setup here. Testing both loop_modes.rs and simple_ui.rs examples show that the 'view' and 'update' functions are called, regardless of 'loop_mode'.
When I run these examples in X11 the examples work as described.
My OS:
Arch Linux
Kernel: 5.6.19-rt11-1-rt
The text was updated successfully, but these errors were encountered: