Skip to content

yutanoma/surface-filling-curve-flows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surface-Filling Curve Flows via Implicit Medial Axes [SIGGRRAPH North America 2024]

Public code release for Surface-Filling Curve Flows via Implicit Medial Axes.

Surface-Filling Curve Flows via Implicit Medial Axes
Yuta Noma, Silvia Sellán, Nicholas Sharp, Karan Singh, Alec Jacobson
ACM Transaction on Graphics (Proceedings of SIGGRAPH North America 2024)
[Project page]

Build the code

First, install all the dependencies with git submodule update --init --recursive.

Unix-like machines: configure (with cmake) and compile

cd /path/to/directory
mkdir build
cd build
cmake ..
make -j6

Windows / Visual Studio

Install CMake, and use either the CMake GUI or the command line interface (as on unix) to generate a Visual Studio solution. Build the solution with Visual Studio.

Run the code

./bin/curve_on_surface ../models/surfaces/scorpion/scene.txt

By pressing the space bar or checking "run loop", it will produce a surface-filling curve!

If any issues or questions, please contact yn.devilstick@gmail.com.

About

Public code release of "Surface-Filling Curve Flows via Implicit Medial Axes" by Yuta Noma, Silvia Sellán, Nicholas Sharp, Karan Singh, Alec Jacobson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages