Skip to content

Wandering Witches v2.5.4

Choose a tag to compare

@emtypyie emtypyie released this 17 Jul 16:06

v2.5.4 - Embedded Startup Animation

Improvements

  • Boot animation is now embedded directly in main.c (C) and cli.js (Node.js) - no external startup_animation.json file required anymore. Previously the animation silently failed when the JSON was not found next to the executable; it now always plays.
  • Removed the separate animation.c/animation.h (C) and commands/startup-animation.js (Node) modules in favor of inline, self-contained code.

Animation

  • Linux-kernel-style boot log, 300 lines over 2s at ~65% terminal width.
  • Skip with --no-animation flag or EMTYPYIE_NO_ANIM=1 env var.

Downloads

  • emtypyie-v2.5.4.exe - Native Windows C build (self-contained, no file deps)
  • npm install -g emtypyie-cli - Node.js version (v2.5.4)