strlst e22f088bc9 fixed uninitialized memory problem | 2 年 前 | |
---|---|---|
res | 3 年 前 | |
src | 2 年 前 | |
.gitignore | 3 年 前 | |
LICENSE | 5 年 前 | |
Makefile | 2 年 前 | |
README.md | 3 年 前 |
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