Skip to content

thisisignitedoreo/mus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mus

Simple, from-scratch music player written in c99 and raylib

Quickstart

$ python bundle.py
$ make mus _NO_CONSOLE=ON
# NOTE: you can omit _NO_CONSOLE flag to enable debug console

Gallery

Screenshot 1
mus with some tracks in the playlist

Screenshot 2
mus with opened album page

Thanks to

  • @raysan5 for the amazing raylib library
  • @larsbs for ID3v2lib
  • @daleonov for a fork of ID3v2lib with some fixes
  • @googlefonts for a font for this app (OpenSans)
  • @google for all the icons for this app