Keyboard interaction should work #94
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: twc/ludus#94
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The basic mechanism for keyboard interaction should work much better than it does.
key_down?
is sampled too many times per event loop to be useful: it's too many messages back and forth, and also weirdly not responsive.I suspect this will require some kind of architectural change, like perhaps shared memory between JS and Rust, rather than message passing.
Also, definitely related to #50: this will work much better once we're not drawing a bunch of teeny tiny sub-pixel lines to make paths.