Question / Help Question about making plugins

andrefecto

New Member
i just have a quick few questions, they may be stupid ones, but i am new to Programming.

1: What programming language would i use to make a plugin for OBS
2: Is it possible to make a plugin that links to an API on another program?

thanks!
 

Lain

Forum Admin
Lain
Forum Moderator
Developer
Hey. C++ currently, and yes, you probably can. The API does not have written documentation but basically you just make a dll that uses the exports from OBSApi, then you just stick your DLL in the plugins directory.
 
Top