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
Communication with the controller works as expected, but the UI freezes and is rendered unusable. This might be a bug in druid, or may be an issue with my implementation.
I'm considering rewriting the UI in something like electron and calling into my rust functions from it for controller communication. Is that feasible? More research to be done.
After some research, rewriting the UI using electron, node.js, and neon (https://github.com/neon-bindings/neon) seems pretty straightforward and should be very reliable across mac, linux, and windows.
I will move forward with this approach and convert the current druid implementation. This also seems like a good time to revamp the UI to include button layouts as well, so I'll need to do some UI mocking before really diving in.
HiramSilvey
changed the title
Verify profile creation and flashing works on Windows.
Re-write configurator UI using Electron, Node, and Neon
Feb 27, 2022
No description provided.
The text was updated successfully, but these errors were encountered: