This repository has no description
1# openbsd-volume-slider
2
3A GUI volume slider using mixerctl and raylib.
4
5`gcc -o vol-slider main.c $(pkg-config --cflags raylib --libs raylib)`
6
7or
8
9`gcc -o vol-slider main.c -lraylib -Lmodules/x86_64`
10
11For whatever reason, if you want to run this OpenBSD volume slider on a Mac, there's this:
12
13`gcc -o vol-slider main.c -lraylib -Lmodules/darwin_arm64`