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.
- Host: GitHub
- URL: https://github.com/ix/camusical
- Owner: ix
- License: mit
- Created: 2016-01-23T00:49:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-27T03:58:55.000Z (about 10 years ago)
- Last Synced: 2025-06-13T07:46:10.390Z (about 1 year ago)
- Language: OCaml
- Size: 8.46 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# camusical
MPD visualizer in OCaml using Termbox.
Unfinished, but usually works.

# 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.