strlst e22f088bc9 fixed uninitialized memory problem | před 2 roky | |
---|---|---|
res | před 3 roky | |
src | před 2 roky | |
.gitignore | před 3 roky | |
LICENSE | před 5 roky | |
Makefile | před 2 roky | |
README.md | před 3 roky |
A simple graphical cmus status display in C using SDL2. Some elements can be clicked to control cmus remotely. Developed for educational purposes.
use make
to compile cmus-rg
, or make install
to compile and install to /bin
(requires elevated permissions)
run with ./cmus-rg
, or cmus-rg
if cmus-rg has been installed to /bin
one day for sure
id3-extract-cover
graphics.c
Redistributes M+ FONTS (https://mplus-fonts.osdn.jp/), an awesome and freely redistributable font that supports UTF8.
Initially inspired by [https://github.com/dashed/tetris-sdl-c], who provides an easy way to get into SDL2 for C.
MIT