Slide Controller 9000
Go to file
2024-10-30 00:40:31 -05:00
deps/buildcore [buildcore] Update buildcore 2024-10-29 23:44:45 -05:00
iconsrc Add icon 2024-10-29 23:44:54 -05:00
src Cleanup 2024-10-29 23:45:58 -05:00
.gitignore Remove .idea 2024-10-29 23:51:26 -05:00
.liccor.yml Update year in copyright notices 2024-03-08 22:07:39 -06:00
CMakeLists.txt Fix make run for new buildcore 2024-10-29 23:45:31 -05:00
LICENSE Add LICENSE file 2023-07-16 22:50:01 -05:00
Makefile Fix 'make run' and 'make debug' 2024-10-30 00:40:31 -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