master
Bel LaPointe 2023-03-24 14:00:59 -06:00
parent 29583447a4
commit 8c4465deb9
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,7 @@
todo:
- gui retries output until success requires changing put to return result
- rate limiter in panic scenario
- https://crates.io/crates/handlebars
- learn rust; https://rust-book.cs.brown.edu/
- gui keyboard; https://docs.rs/iced/latest/iced/keyboard/index.html
- input gamepad; https://docs.rs/gilrs/latest/gilrs/
- input gamepad; example; https://github.com/framp/joystick-mapper/tree/master/joystick-mapper-lib
- input usb; flakey; https://docs.rs/rusb/latest/rusb/
@ -45,3 +43,7 @@ done:
ts: Fri Mar 24 13:58:56 MDT 2023
- todo: gotta stream keydown on more intervals
ts: Fri Mar 24 13:59:40 MDT 2023
- todo: https://crates.io/crates/handlebars
ts: Fri Mar 24 14:00:56 MDT 2023
- todo: gui keyboard; https://docs.rs/iced/latest/iced/keyboard/index.html
ts: Fri Mar 24 14:00:56 MDT 2023