Examples

Each directory has its own README with the exact commands.

ExampleWhat it showsRun it
examples/danzig-minimalThe smallest complete plugin. Start here.zig build run-minimal
examples/danzig-gainA fuller plugin: Plugin, ParameterMap, GainProcessor, and a factory vtable.Built into the .vst3 bundle
examples/danzig-testDriving the plugin through the raw VST3 C ABI.zig build test-integration
examples/danzig-gain-standaloneOffline WAV processing with the DSP core.zig build run-standalone
examples/danzig-webuiA pure-std.net HTTP server serving the web UI../zig-out/bin/danzig-webui
examples/danzig-gain-uiA native macOS window: WebView UI plus CoreAudio device enumeration.zig build run-gui