SimpleApp is a high-performance, cross-platform C++23 desktop GUI application built with the Dear ImGui framework, featuring a modern custom interface, live system metrics monitoring, dynamic localization, and an embedded resource system.
The application offers an interactive dashboard with smooth page scrolling and intuitive UI controls:
- Custom TitleBar: A custom TitleBar supporting native Windows 11 DWM features.
- Real-Time System Metrics: Hardware monitoring cards providing live CPU usage, RAM statistics, and disk metrics sampled at 1000ms intervals.
- Embedded Localization: Dynamic language switcher (
en_US/ru_RU) with system language auto-detection viaGetUserPreferredUILanguageson Windows andLANGenvironment variables on POSIX.