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
- Host: GitHub
- URL: https://github.com/dy-tea/cmusic
- Owner: dy-tea
- License: gpl-3.0
- Created: 2024-08-26T23:08:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T18:11:04.000Z (7 months ago)
- Last Synced: 2025-01-13T00:31:49.221Z (5 months ago)
- Topics: c, music-player, raylib
- Language: C
- Homepage:
- Size: 717 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmusic
### 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.