https://github.com/Claudiomancinelli90/B-Surf
Raw File
Tip revision: c1f61398fb30fc05030ff8d8b52cf4f75ae44b49 authored by Claudiomancinelli90 on 17 April 2023, 16:10:13 UTC
update instructions
Tip revision: c1f6139
Instructions_Fig3.txt
INSTRUCTIONS TO REPRODUCE FIG. 3 OF THE PAPER

-Compile

within the submitted repository, run the following commands in the terminal:

mkdir build
cd build 
cmake ../
make 

This will create a repository "bin" containing the executable.

REMARKS:
1) the "cmake ../" procedures may throw some errors if Eigen is not installed in your computer. Do not mind them, the code will compile just fine.

2) there will be some warnings during the compiling coming from external libraries.

-Run 
within the submitted repository, run the following command in the terminal:

./bin/splinetest data/bunny.obj

This will open a GUI with the bunny mesh with the Bézier curve in Fig.3 already drawn on it.

To use the GUI in its general implementation, please refer to the README file in this repository.
back to top