fzwoch / obs-golang-plugin

OBS Studio Golang Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

OBS Studio Golang Plugin

License:GNU General Public License v2.0


Languages

Language:Go 100.0%