This repo contains three programs I created for a graphics class.
Details about each of the projects can be found in the program{1|2|3} folders. The assignment definitions are in the ASSIGNMENTREADME.md files while the solution descriptions are in the README.md files
Install Qt
For ubuntu:
sudo apt install qt5-default
Build
cd base/dir/of/program
qmake
make
./program{1|2|3}