An open API service indexing awesome lists of open source software.

https://github.com/ix/camusical

MPD visualizer in OCaml using Termbox.
https://github.com/ix/camusical

Last synced: 11 months ago
JSON representation

MPD visualizer in OCaml using Termbox.

Awesome Lists containing this project

README

          

# camusical
MPD visualizer in OCaml using Termbox.
Unfinished, but usually works.

![camusical gif with green foreground](/img/camusical.gif)

# Dependencies
- core
- ocaml-termbox (patched with peek_event, get this library from https://github.com/rein/ocaml-termbox)

# Roadmap
- [X] Write proof of concept visualization.
- [ ] Create a config file allowing customization of unicode character and color(s).
- [ ] Multiple visualizations customizable by command line flag.
- [X] Find a way to fix the occasional blocking issue from the FIFO.