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

https://github.com/dy-tea/cmusic

Music Player made with C and raylib
https://github.com/dy-tea/cmusic

c music-player raylib

Last synced: 4 months ago
JSON representation

Music Player made with C and raylib

Awesome Lists containing this project

README

        

# cmusic
![Screenshot](screenshot.png "Screenshot")

### Dependencies
This project uses `raylib` and `raygui` for graphics and audio. It also uses `ffmpeg` for media conversion and `zenity` to open the file dialog.

### Building
First build the build system, then run it to build the program.
```
cc -o nob nobuild.c
./nob
```

### Usage
Either input a file through args `./target/cmusic myfile.wav` or run the player first and use the file picker.