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
Unfortunately, winit's WASM implementation of keyboard events is broken. I submitted the issue rust-windowing/winit#2092 but did not receive any feedback so far.
The wrong implementation has a negative impact on nannou. For example, keyboard modifiers and location-based keyboard events are not working correctly. As a result, downstream projects would need to work around the problem like in Woyten/tune@38b7ecd and Woyten/tune@fcec2d3.
Unfortunately,
winit
's WASM implementation of keyboard events is broken. I submitted the issue rust-windowing/winit#2092 but did not receive any feedback so far.The wrong implementation has a negative impact on
nannou
. For example, keyboard modifiers and location-based keyboard events are not working correctly. As a result, downstream projects would need to work around the problem like in Woyten/tune@38b7ecd and Woyten/tune@fcec2d3.I see two options to address this problem:
winit
collaborators first.nannou
. Clearly the less attractive solution.Any opinions?
The text was updated successfully, but these errors were encountered: