28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# Vertical Canvas for OBS Studio
|
|
|
|
Plugin for [OBS Studio](https://github.com/obsproject/obs-studio) to add vertical canvas by [ Aitum](https://aitum.tv)
|
|
|
|
# Support
|
|
|
|
Currently supported distributions can be found at:
|
|
|
|
* Aitum Website: https://aitum.tv/vertical
|
|
* GitHub: https://github.com/Aitum/obs-vertical-canvas
|
|
* Flatpak: https://github.com/flathub/com.obsproject.Studio.Plugin.VerticalCanvas
|
|
|
|
For support, please see our troubleshooter: https://l.aitum.tv/vh
|
|
|
|
If this does not solve your issue, please use the relevant channel on our [Discord server](https://aitum.tv/discord).
|
|
|
|
# Build
|
|
- In-tree build
|
|
- Build OBS Studio: https://obsproject.com/wiki/Install-Instructions
|
|
- Check out this repository to UI/frontend-plugins/vertical-canvas
|
|
- Add `add_subdirectory(vertical-canvas)` to UI/frontend-plugins/CMakeLists.txt
|
|
- Rebuild OBS Studio
|
|
- Stand-alone build
|
|
- Verify that you have development files for OBS
|
|
- Check out this repository and run `cmake -S . -B build -DBUILD_OUT_OF_TREE=On && cmake --build build`
|
|
|
|
# Translations
|
|
Please read [Translations](TRANSLATIONS.md)
|