forked from cantyonion/LiveParise
Live Parise
How to build
mkdir build && cd build
cmake ..
cmake --build . --target main
Usage
./main [thread number] # default is 4
Modify
Set these vars to you need
const char SUBROOMID[] = ""; // at line 43 in main.c
const char SS[] = "";
Description
Languages
C
63.9%
Python
22.6%
CMake
13.5%