>> ./mks_portfolio -p --sbmp

Matheus K. Schaefer

██████╗  ██████╗ ██████╗ ████████╗███████╗ ██████╗ ██╗     ██╗ ██████╗ 
██╔══██╗██╔═══██╗██╔══██╗╚══██╔══╝██╔════╝██╔═══██╗██║     ██║██╔═══██╗
██████╔╝██║   ██║██████╔╝   ██║   █████╗  ██║   ██║██║     ██║██║   ██║
██╔═══╝ ██║   ██║██╔══██╗   ██║   ██╔══╝  ██║   ██║██║     ██║██║   ██║
██║     ╚██████╔╝██║  ██║   ██║   ██║     ╚██████╔╝███████╗██║╚██████╔╝
╚═╝      ╚═════╝ ╚═╝  ╚═╝   ╚═╝   ╚═╝      ╚═════╝ ╚══════╝╚═╝ ╚═════╝ 
                                                                       
	

SuperBasicMusicPlayer

SuperBasicMusicPlayer, or SBMP, is an extremely simplistic music player made for Unix-like systems (might work under Windows via MSYS2). This was initially made in a weekend while I was out of internet. Over time, I made some small little updates. It can play MP3, FLAC and OGG (Vorbis) music files. Music files can be played via terminal parameter or via drag-and-drop.

It is currently a dormant project. As of today, it uses Premake as build system. Since it uses very recent versions of SDL2, SDL_mixer and SDL_ttf, it already includes such dependencies as static libraries (vendoring), but if you already have the most up-to-date versionson your system, you might want to use them instead.

I plan to move from Premake to CMake and use vendored, shared, fetched libraries. And I want to generate a simple release using AppImage.

Repository Github
Licence GNU GPLv3
Status Dormant (2022 - 2023)


Screenshot of the SuperBasicMusicPlayer

>> ./copyright

Copyright (C) Matheus Klein Schaefer. Todos os direitos reservados.