Native QT GUI for the Masa system.
First clone the repo.
git clone https://github.com/machshev/masa-gui
cd masa-guiCreate a build/ directory to build into.
mkdir -p build
cd build
cmake -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ../masa/
ninjaThis will create a binary called masa in the build directory.