Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

haoda-li/csc419-cubic-stylization

 
 

Repository files navigation

CSC419 Project - Cubic Stylization

This is a C++ implementation of Cubic Stylization [Liu, Jacobson, 2019].
The cmake files and main is constructed based on the deformation assignment. The demo program provides similar interaction functionalities as the deformation assignment, with some added tuning parameters for cubic stylization.

Installation and Compilation

Please refer to the Deformation assignment

Execution

Inside the build dir, run

./cubic [path to mesh.obj]

Then, add at lest one handle point by clicking on the mesh and hit SPACE to start the iterations.

Then, available operations are listed in the stdout.

Tutorial

See entry.md, since Github does not properly process Latex, a better HTML view is provided here

Demo video

https://www.youtube.com/watch?v=FS_Dz847uPo

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.9%
  • Jupyter Notebook 27.8%
  • C 6.3%
  • CMake 6.0%