To run the code, do make run. To clean build directory,
do make clean, and to build, do make build.
To add more files to build system, modify CMakeLists.txt, search for src/main.cpp, and add the relative file path to your new file there.
Dependencies Install these before trying make run. https://docs.vtk.org/en/latest/getting_started/using_cpp.html
Make sure to have virtual environment installed and activate the virtual environment (source .venv/bin/activate).