I downloaded the folder with everything and ran qmlscene main.qml but it said a bunch of modules weren't installed so since it's Debian maybe I have to compile it but then I got
sudo apt-get install g++ gcc git qtbase5-dev libqt5sql5-sqlite libqt5multimediaquick-p5 libqt5multimedia5-plugins libqt5multimedia5 libqt5qml5 libqt5qml-graphicaleffects libqt5qml-quickcontrols qtdeclarative5-dev libqt5quick5
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libqt5multimediaquick-p5
E: Unable to locate package libqt5qml-graphicaleffects
E: Unable to locate package libqt5qml-quickcontrols
I downloaded the folder with everything and ran
qmlscene main.qml
but it said a bunch of modules weren't installed so since it's Debian maybe I have to compile it but then I got