like pngtuber but animate with keystrokes
animating with mic is cool, but I don’t talk, cause I don’t have a good mic and conscious of how i sound. I’d rather have an avatar that animates with my keypresses xD
inspirations:
Type-Pose
HONK: VTuber Lipsync Suite
requirements:
- [ ] can be added to obs linux as a source (my window capture is broken…)
- [x] explore notan - works but only on debug mode… no idea why.
- [ ] iced.rs works for this, doesn’t affect my typing as much. going with it.
- [ ] seems i can do this with bevy, but i think it’s overkill for this, im laggin so much
- [ ] miniquad works too. but also lag… writing on notion feel so sluggish with it on.
- [x] detect keystrokes even when unfocused
-
[x] notan works great.
-
[ ] iced itself can listen to input events but only when focused, unclear asked on discord (no answer yet)
-
[ ] device_query but it’s implementation is a loop{}? not sure where this goes in iced.rs.. subscriptions?
-
[ ] cringe solution… xD

-
[ ] iced.rs loads images too slowly… F
- [ ] not too heavy on resources.
- [ ] learn how to measure this
- [ ] easy to import images and configure
- [ ] drag and drop?
- [ ] importing a json file maybe? config file?
- [ ] setting specific grouping of imgs for a set of keys (like lipsync, keysync?)