This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

at master 13 lines 354 B View raw View rendered
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`