A system monitor
Find a file
2026-05-20 14:30:45 -04:00
addons add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
assets/icons add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
autoload add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -04:00
panels fix memory collector: explicit int types for Dictionary.get() to avoid Variant inference 2026-05-20 14:30:45 -04:00
scenes add memory usage module with collector, scene, and script 2026-05-20 14:14:24 -04:00
scripts fix drag: set module subtree mouse_filter to IGNORE so events reach DashboardGrid 2026-05-20 14:11:32 -04:00
shaders add godot project scaffold: root scene, autoload, panel base, theme, icon 2026-05-20 12:41:00 -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 dashboard framework: responsive grid layout with modular cell system and fullscreen entry 2026-05-20 12:54:09 -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 initial commit: project skeleton with readme, agent conventions, and gitignore 2026-05-20 12:37:45 -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.

Goals

  • Beautiful UI — Smooth animations, custom shaders, stylish typography, and a cohesive dark theme.
  • Real-time data — Display live system metrics (CPU, memory, disk, network, processes).
  • Modular panels — Each metric or subsystem gets its own panel widget. Easy to add, remove, or rearrange.
  • Godot showcase — Demonstrate what Godot can do for non-game applications.

Project Status

Early development. The framework and initial modules are being designed now.

License

TBD