Releases: LordBombardir/SimpleApp
Releases · LordBombardir/SimpleApp
Release list
Release v1.0.0
Added
- Initial release of SimpleApp — cross-platform C++23 desktop GUI application built with the Dear ImGui framework.
- Dual native window backend architecture supporting Win32 API + Direct3D 11 on Windows and GLFW + OpenGL 3.3 on Linux.
- Custom borderless TitleBar with native Windows 11 DWM features support.
- Interactive Dashboard with animated page scrolling, technology stack display (featuring programming languages and C++ libraries), and real-time system metrics (CPU, RAM, Disk) updated at 1000ms intervals.
- Embedded localization system (
en_US,ru_RU) with automatic system language detection viaGetUserPreferredUILanguages(Windows) andLANG/LC_ALL(POSIX). - Interactive Settings modal window with theme selection, language switcher, and clickable social links.
- Automated CI/CD workflows for Windows (
x64-windows-static) and Linux (x64-linux) using CMake, vcpkg,lukka/get-cmake,lukka/run-vcpkg, and automatic SHA-256 release checksum generation.
Checksums (SHA-256)
| File | SHA256 |
|---|---|
| SimpleApp-v1.0.0-x64-linux-debug.tar.gz | 65fa9481e362fffc37911d6f6a8bd12aebb38a745dd04cca5c269e34eb3bf9fd |
| SimpleApp-v1.0.0-x64-linux-release.tar.gz | 2a5d0964c54e548096686f80867adecc1972f415e1349dbb57379c6bcb8a2df9 |
| SimpleApp-v1.0.0-x64-windows-static-debug.zip | c34f2826c3940c76aca571b2bc05a07bb32137d55f33bbd3c179bc3fbda01320 |
| SimpleApp-v1.0.0-x64-windows-static-release.zip | 116c18745c92ef10cc841f6e807efd0b12aa7adc7d92dd98c6d9637a740f32be |