Skip to content

Wandering Witches v2.5.5

Choose a tag to compare

@emtypyie emtypyie released this 17 Jul 16:36

v2.5.5 - Dynamic Boot Animation

Animation rework

  • Variable speed: asymmetric segment profile - mid -> slow -> fast -> mid -> slow -> fast (6 segments, ~2.3s total).
  • Two pauses: a 500ms "downloading manifests" beat at line 100, and a 150ms small beat at line 150.
  • Per-line sound: eDex-UI-style tone on every boot line - pitch rises per speed segment (760Hz -> 1010Hz).
    • C: Win32 Beep()
    • Node: terminal BEL (\x07) + Windows console::beep for the pauses
  • Still fully embedded in main.c / cli.js - no external file needed.

Skip

  • --no-animation flag or EMTYPYIE_NO_ANIM=1 env var.

Downloads

  • emtypyie-v2.5.5.exe - Native Windows C build (self-contained)
  • npm install -g emtypyie-cli - Node.js version (v2.5.5)