Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 383 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 383 Bytes

OBS Studio Golang Plugin

An OBS Studio Plugin template in Go. Start writing OBS plugins in Go. For whatever reason you may have.

This library hooks into the C plugin interface of OBS via Go's cgo system.

Build

go build -buildmode=c-shared -o plugin.[so|dll|dylib]