Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 485 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 485 Bytes

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.