strlst e22f088bc9 fixed uninitialized memory problem | %!s(int64=2) %!d(string=hai) anos | |
---|---|---|
res | %!s(int64=3) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
.gitignore | %!s(int64=3) %!d(string=hai) anos | |
LICENSE | %!s(int64=5) %!d(string=hai) anos | |
Makefile | %!s(int64=2) %!d(string=hai) anos | |
README.md | %!s(int64=3) %!d(string=hai) anos |
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