https://github.com/nilsding/xmpvis
A visualiser for tracker music played back through libxmp.
https://github.com/nilsding/xmpvis
dlang libxmp module music-visualizer xmp
Last synced: 5 months ago
JSON representation
A visualiser for tracker music played back through libxmp.
- Host: GitHub
- URL: https://github.com/nilsding/xmpvis
- Owner: nilsding
- License: bsd-2-clause
- Created: 2018-01-07T17:27:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T17:36:34.000Z (over 8 years ago)
- Last Synced: 2025-02-06T13:51:32.456Z (over 1 year ago)
- Topics: dlang, libxmp, module, music-visualizer, xmp
- Language: D
- Size: 60.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xmpvis
A visualiser for tracker music played back through libxmp.

## Requirements
* a D2 compiler (I tested with dmd 2.078 and ldc 1.3.0)
* DUB
* sdl2, sdl2_ttf
* libxmp > 4.4
On macOS you can install these dependencies using homebrew:
``` sh
brew install dmd dub sdl2 sdl2_ttf libxmp
```
## Building
Building is easy:
``` sh
dub build
```
This should generate a `./xmpvis` executable in the repo root. Pass the module
file you want to play as argument and enjoy the show.
## Bugs
Yes.
## Licence
BSD-2-Clause