Project for the course IN2354 of 3D Scanning and Motion Capture (Fall 23) at TUM.
Follow the instructions below to build and run the project.
Clone this repository with the following command
git clone git@github.com:Jacopo00811/Interactive_ARAP.git
Then execute the following commands
cd Interactive_ARAP
mkdir build
cd build
cmake ..
If using Visual Studio, open the Interactive_ARAP.sln
and right click on the app
project and select Set as Startup Project
. Then build and run the project.
Otherwise if using Linux for example, use the following commands
make all
./app