Qt Media Player
A touch-optimized media player built in Qt/QML for Raspberry Pi, focused on minimizing the steps needed to play a song.
Project Overview
A media player built with Qt and QML, designed around a simple idea: interacting with your music should take as few steps as possible. The project targets a Raspberry Pi with a touch screen as its primary hardware platform.

Technical Details
- Built primarily in QML for the touch-friendly UI, with a C++/CMake backend.
- Combines a file-system browser with a media playback engine, letting users pick a file from storage and play it directly on screen.
- Built on top of Qt’s official File System Explorer and Media Player tutorials, merged into a single application.