Plugin for OBS Studio adding 3D effect filter
https://obsproject.com/forum/resources/3d-effect.1692/
-
In-tree build
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
- Check out this repository to plugins/3D-effect
- Add
add_subdirectory(3D-effect)
to plugins/CMakeLists.txt - Rebuild OBS Studio
-
Stand-alone build (Linux only)
- Verify that you have package with development files for OBS
- Check out this repository and run
cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build