Monthly Log 2024-01

tlature

Did some refactoring around Commands so that I could:

  • Map commands like :wq to multiple edits
  • Make App-level commands, like :? to open the help dialog
  • Add tooltips to subcommands like :add, which are not commands in themselves, but rather components of other commands like :add plugin or :add block

Bevy Replicon

Did a cursory evaluation of a bunch of bevy networking crates. Decided to use Replicon for my current game, and wrote about the process of integrating it.