A system monitor
Find a file
2026-05-20 15:41:26 -04:00
addons add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
assets add testing module; integrate holographic effects into vial_fill shader with noise texture, sum-of-sines water surface, top-down lighting, foam line, and font outlines for readability 2026-05-20 15:41:26 -04:00
autoload add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
panels add testing module; integrate holographic effects into vial_fill shader with noise texture, sum-of-sines water surface, top-down lighting, foam line, and font outlines for readability 2026-05-20 15:41:26 -04:00
scenes add testing module; integrate holographic effects into vial_fill shader with noise texture, sum-of-sines water surface, top-down lighting, foam line, and font outlines for readability 2026-05-20 15:41:26 -04:00
scripts add vial-fill shader with liquid effect and smooth tween transitions; increase corner radius to 12px; replace progress bars with shader-based vial fill 2026-05-20 15:03:47 -04:00
shaders add testing module; integrate holographic effects into vial_fill shader with noise texture, sum-of-sines water surface, top-down lighting, foam line, and font outlines for readability 2026-05-20 15:41:26 -04:00
themes add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
.gitignore fix gitignore: remove *.godot pattern blocking project.godot; add config_version and features to suppress godot 4.6 version warning 2026-05-20 12:47:04 -04:00
AGENTS.md add testing module; integrate holographic effects into vial_fill shader with noise texture, sum-of-sines water surface, top-down lighting, foam line, and font outlines for readability 2026-05-20 15:41:26 -04:00
main.gd add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
main.tscn add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
project.godot add dashboard framework: responsive grid layout with modular cell system and fullscreen entry 2026-05-20 12:54:09 -04:00
README.md add testing module; integrate holographic effects into vial_fill shader with noise texture, sum-of-sines water surface, top-down lighting, foam line, and font outlines for readability 2026-05-20 15:41:26 -04:00

V Panel

A fancy status monitor built with the Godot Engine. V stands for the Roman numeral 5 — a nod to my online handle, Fifthdread.

Overview

V Panel is a visually rich, real-time status monitoring dashboard built entirely in Godot. Designed to be both functional and aesthetically polished, it serves as a showcase for Godot's UI capabilities outside of gaming — custom shaders, smooth animations, reactive layouts, and system integration.

Features

  • Responsive grid dashboard — Modules auto-arrange in a dynamic grid that adapts to window size. Drag-and-drop to rearrange.
  • Shader-based vial fill — Each module uses a custom vial_fill.gdshader instead of progress bars. Features sum-of-sines water surface animation, edge-damped meniscus, wave distortion, ripple rings, swirl, HSV colour shifting, top-down lighting, sparkle effects, and a foam surface line.
  • Live system monitoring — Reads CPU usage from /proc/stat and memory usage from /proc/meminfo on Linux. Extensible module system for adding new collectors.
  • Smooth animations — All fill level transitions use tweens with cubic easing.

Modules

Module Data Source Description
CPU /proc/stat Real-time CPU usage percentage
Memory /proc/meminfo Real-time memory usage percentage
Testing N/A (cycles 0100%) Shader visual testing with stepped fill levels

Project Status

Active development. Core framework, drag-and-drop, CPU/memory collectors, and shader-based vial fill are implemented. More system modules (disk, network) are planned.

License

TBD