alphastrata / shadplay

Real-time wgsl visualisation tooling for educating oneself in the art of shader programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Refactor] keybinding everything.

alphastrata opened this issue · comments

commented

what are we refactoring?
Any of the systems that take a input: Res<Input<KeyCode>> in favour of a single listening system.

why?
Atm the hotkeys that're bound to functionality are scattered everywhere -- it's unclear to future maintainers what hotkeys are already bound, and when etc.
leafwing is quite good.