Skip to content

Releases: DaveEuson/DeskRave

Desk Rave v0.1.2

Choose a tag to compare

@github-actions github-actions released this 06 Jul 06:11
0.1.2: fullscreen + launch-on-boot toggles, QR moved right

Desktop-app appliance controls (great for the Pi kiosk migration):
- "Start in fullscreen" + "Launch on startup" toggles in first-run setup
  AND Settings; applied immediately and re-applied at boot.
- Adds tauri-plugin-autostart; fullscreen via the window API. Both are
  DESKTOP-only (dynamically imported -> code-split out of the web/itch
  bundle; the toggles are hidden entirely on web).
- QR button moved to the top-right corner (was crowding the bonuses/
  unlocks panel top-left). Kiosk-only UI (hidden in standalone).

Verified: tsc + cargo check + build:itch all clean; web hides the toggles
and shows no errors; QR renders top-right.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Desk Rave v0.1.1

Choose a tag to compare

@github-actions github-actions released this 05 Jul 19:16
Remove Zen mode — one consistent Game view

Zen mode defaulted ON and hid the whole score/economy layer (fans, buffs,
fan feed, Cred chip) plus muted the break/curfew nudges. That made the game
read as "nothing is happening" out of the box. Retired it entirely: the
economy, nudges, and HUD are always on now, so what the player sees matches
what the systems are doing.

- profile: drop the `zen` setting (+ migrate it off stale saves)
- main/controls: collapse every zen() guard to the game path; delete the
  one-tap Game/Calm toggle button and the remote "mode" command
- css/html: remove the modeToggle element + all body.zen rules

Verified in-browser: toggle gone, no body.zen class, buffs/economy visible,
no "Zen mode" setting, zero console errors.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Desk Rave v0.1.0

Choose a tag to compare

@DaveEuson DaveEuson released this 04 Jul 06:23

A tiny 16-bit pixel-art club for your desk that dances to your music — and gently keeps your focus honest.

Real audio drives the crowd, the lights, and the DJ (a live FFT reads whatever's playing). It's also a cozy focus companion: it wakes when you're at your desk, grows a crowd as you work, and nudges you to take breaks. Rewards, never penalties. Everything runs on your machine — nothing leaves it.

Downloads

  • WindowsDesk Rave_0.1.0_x64-setup.exe: installs the desktop app (its own window, via WebView2). Saves locally.
  • Web builddesk-rave-itch.zip: the standalone static build. Unzip and open index.html, or host it anywhere (itch.io, any static host).

Highlights

  • Real audio-reactive visuals — one AnalyserNode drives the crowd, the LED wall, the lights, and the DJ.
  • 40 hand-drawn venues with real day/night.
  • A soundtrack that doesn't run dry — a bundled Creative-Commons library plus in-app Discover (more free CC music from the Internet Archive).
  • Presence detection, your way — keyboard/mouse (default), microphone, or webcam — all 100% on-device.
  • Cozy focus/break loop, unlockable venues, and a calm mode that hides the game layer.

Notes

  • The Windows app carries a placeholder icon for now.
  • All music is CC-BY / CC0 — every artist credited (see CREDITS.md).
  • No AI-generated art or music.