/dpf-nanovg-widgets-examples

Example plugin using the dpf-nanovg-widgets.

Primary LanguageC++

DPF NANOVG WIDGETS EXAMPLES

Example plugin using the dpf-nanovg-widgets.

building 🏗️

git clone --recursive https://github.com/clearly-broken-software/dpf-nanovg-widgets-examples
mkdir build
cd build
cmake ../
make

A jack binary, lv2 plugin and vst2 plugin are in build/bin/.

ℹ️ Fore more information about DPF visit https://github.com/DISTRHO/DPF.