Нема описа

strlst 0048c1d37a added mplus font, text clipping and nicer output пре 4 година
src 0048c1d37a added mplus font, text clipping and nicer output пре 4 година
.gitignore 3b6af93a23 initial attempt at drawing background images пре 4 година
LICENSE 06d61e076e Initial commit пре 6 година
Makefile 3b6af93a23 initial attempt at drawing background images пре 4 година
README.md 7ed32b9325 custom colors .゚(*´▽`)*゚. пре 6 година

README.md

cmus-rg (cmus-remote graphical)

A simple graphical cmus status display in C using SDL2. Developed for educational purposes, with great inspiration from [https://github.com/dashed/tetris-sdl-c].

install

  1. install SDL2 (www.libsdl.org) with development headers and dependencies
  • SDL2
  • SDL2-devel
  • SDL2_gfx
  • SDL2_gfx-devel
  • SDL2_image
  • SDL2_image-devel
  • SDL2_ttf
  • SDL2_ttf-devel
  1. use make to compile cmus-rg, or make install to compile and install to /bin (requires elevated permissions)

  2. run with ./cmus-rg, or cmus-rg if cmus-rg has been installed to /bin

features in need of implementation

one day for sure

  • support for resizing
  • album art support
  • dynamic font loading
    • half heartedly implemented
  • multi font drifting (?!)
  • better text representation or mode toggle (show only meta, tags or set)
  • actual cmus-remote functionality (pausing cmus, et cetera)
  • dimension flags for scripting

license

MIT