Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.3 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.3 KB

Touchbar

A WPF application, written in C# that mimics the macOS Volume/Brightness HUD GUI interface. It's based on the WPFDraggableFrame sample application by @NOVALISTIC. It's verified working on Windows Vista, Windows 7, Windows 8 and 8.1. It also works on both 10 and 11 albeit with graphical bugs due to Aero being removed in these versions of Windows.

Don't judge the codebase. It's quite a bit sketchy and messy, basically done as best as my 14 year old mind could do back then.

Screenshots

Windows Vista

volume control

Windows 8.1

volume control brightness control

Windows 11

volume control brightness control

All code in this application is distributed under the original MIT license, which can be found in LICENSE.md.