Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 724 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 724 Bytes

Interactive_ARAP

Project for the course IN2354 of 3D Scanning and Motion Capture (Fall 23) at TUM.

Getting Started

Follow the instructions below to build and run the project.

Installation

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 ..

Building and running

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