https://github.com/xurei/shadertastic
An OBS plugin to add amazing effects for your stream
https://github.com/xurei/shadertastic
obs obs-plugin shader
Last synced: 3 months ago
JSON representation
An OBS plugin to add amazing effects for your stream
- Host: GitHub
- URL: https://github.com/xurei/shadertastic
- Owner: xurei
- License: gpl-2.0
- Created: 2023-06-10T22:18:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T19:18:20.000Z (12 months ago)
- Last Synced: 2025-05-16T07:39:36.891Z (12 months ago)
- Topics: obs, obs-plugin, shader
- Language: C++
- Homepage: https://www.shadertastic.com/
- Size: 8.39 MB
- Stars: 41
- Watchers: 6
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Shadertastic
## User-friendly shader transition and filters for OBS
Create amazing transitions and filters using shaders, with user-friendly configurations.
# Build
1. 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
1. 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`
# Donations
https://ko-fi.com/xurei
https://github.com/sponsors/xurei
# Special mentions
- Face detection powered by ONNX™, inspired from https://github.com/intel/openvino-plugins-for-obs-studio
- ludolpif for its help finding memory leaks and the shader library