Skip to content

Jacopo00811/Interactive_ARAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project for the course 3D scanning and motion capture (IN2354) Fall 23 TUM

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published