Create amazing transitions and filters using shaders, with user-friendly configurations.
-
In-tree build
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
- Check out this repository to plugins/shadertastic
- Add
add_subdirectory(shadertastic)
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
https://ko-fi.com/xurei
https://github.com/sponsors/xurei
- Face detection powered by ONNX™, inspired from https://github.com/intel/openvino-plugins-for-obs-studio
- ChatGPT, without which nothing would have been possible (especially the CMake part).