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