Slide Controller 9000
Go to file
2024-10-28 19:46:06 -05:00
.idea Add settings dialog, camera controls 2023-07-20 19:30:08 -05:00
deps/buildcore Add camera reboot option 2023-10-15 16:02:24 -05:00
src Switch Fusion dark theme 2024-10-28 19:46:06 -05:00
.gitignore Add settings dialog, camera controls 2023-07-20 19:30:08 -05:00
.liccor.yml Update year in copyright notices 2024-03-08 22:07:39 -06:00
CMakeLists.txt Switch from QMake to CMake with buildcore 2021-07-28 01:13:20 -05:00
LICENSE Add LICENSE file 2023-07-16 22:50:01 -05:00
Makefile Fix Makefile debugger command 2023-07-20 19:30:46 -05:00
obs_scene_switcher.py Add settings dialog, camera controls 2023-07-20 19:30:08 -05:00
README.md Add README 2023-07-21 00:11:16 -05:00

Slide Controller 9000

Build Prerequisites

  • Install GCC, Clang, or Visual Studio with C++20 support
  • Install Python 3
  • Install Ninja, Make, and CMake
  • Qt6 (Network and Widgets)
  • Consider also installing ccache for faster subsequent build times

Build

Build options: release, debug, asan

make purge configure-{release,debug,asan} install

Run

make run