Skip to content

deminearchiver/obs-overcome

Repository files navigation

OBS Overcome

Warning this is a test plugin, it is not meant for production!

Overcoming the limits of OBS Studio plugins

What are we overcoming?

Contributing

Building from Source

if you are:

  • using Visual Studio Code
    1. Clone this repository
      git clone "https://github.com/DeMineArchiver/obs-overcome.git"
    1. Install C/C++ Extension Pack
    2. Configure using CMake
      • Select Windows x64 configure preset
      • Select Windows x64 build preset
      • Wait for the project to configure
    3. Build with Visual Studio Code tasks
      • Press Ctrl + Shift + B
  • using another IDE
    1. Clone this repository
    git clone "https://github.com/DeMineArchiver/obs-overcome.git"
    1. Configure using CMake
    cmake -DQT_VERSION=6 -DCMAKE_SYSTEM_VERSION=10.0.18363.657 -DENABLE_FRONTEND_API=true -DENABLE_QT=true "-DCMAKE_INSTALL_PREFIX=C:/Program Files/obs-studio" -Wdev -Wdeprecated -S . -B build_x64 -G "Visual Studio 17 2022" -A x64
    1. Build
    cmake --build build_x64 --config <CONFIGURATION_NAME> --target ALL_BUILD

Build artifacts are stored in build_x64/<CONFIGURATION_NAME>

About

Overcoming the limits of OBS Studio plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published