@ziuus/vanta 0.10.34 → 0.10.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -21,7 +21,7 @@ A fast, aesthetic terminal system dashboard in Rust. The most complete keyboard-
21
21
  ---
22
22
 
23
23
  Vanta collapses everything you care about into one terminal pane: CPU, memory, disk,
24
- network, GPU, processes, now-playing, a block-digit clock, a calendar, and an audio
24
+ network, GPU (and radial thermals), processes, now-playing, GitHub contributions, multiple timezones, a calendar, and an audio
25
25
  visualizer. Keyboard only. **~3 MB binary, ~2–5% CPU** at the default 30 fps.
26
26
 
27
27
  ```bash
@@ -125,6 +125,15 @@ Every graph on top, every process below. Sort it, filter it, tree it, kill it.
125
125
 
126
126
  For when the build is running and you want something to look at. Includes support for displaying a custom pinned image.
127
127
 
128
+ **Includes 7 immersive ambient scenes:**
129
+ - Audio Visualizer
130
+ - Matrix Rain
131
+ - Flip Clock
132
+ - Topographic Map
133
+ - True 3D Starfield (reacts to CPU spikes and music bass)
134
+ - Conway's Game of Life (auto-seeding)
135
+ - Terminal Snowfall (piles up and melts dynamically)
136
+
128
137
  <img src="https://raw.githubusercontent.com/ziuus/vanta/main/docs/aesthetic.png" alt="vanta aesthetic page" width="900" />
129
138
 
130
139
  ### `4` — Workspace
package/bin/vanta-bin CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ziuus/vanta",
3
- "version": "0.10.34",
3
+ "version": "0.10.35",
4
4
  "description": "Aesthetic Rust TUI system dashboard — CPU, memory, disk, network, GPU, processes, now-playing, clock, file manager, notes and visualizer in one terminal pane",
5
5
  "bin": {
6
6
  "vanta": "bin/vanta.js"