Skip to content

Naive implementation of the SIGGRAPH 2017 paper Regularized Kelvinlets (de Goes et. al 2017) with viewer and time integration/

Notifications You must be signed in to change notification settings

Zhecheng-Wang/Regularized-Kelvinlets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regularized Kelvinlets: Sculpting Brushes based on Fundamental Solutions of Elasticity

A naive C++ implementaion of the SIGGRAPH 2017 paper Regularized Kelvinlets (de Goes et al. 2017) with a viewer and time integration. This is a CMake project.


Author

Zhecheng Wang


Implemented Brushes

  • Grab
  • Twist
  • Scale
  • Pinch

Working Brushes

  • Grab
  • Twist
  • Scale
  • Pinch

Prerequisites

polyscope

libigl


Installation

Clone from this repo

git clone https://github.com/Zhecheng-Wang/Regularized-Kelvinlets.git

Initialize build folder and compile the code

mkdir build
cd build
cmake ..
make

To run the program, run kelvinlets in the build folder with a mesh in the data folder.


References

Papers: [de Goes et al., 2017]

About

Naive implementation of the SIGGRAPH 2017 paper Regularized Kelvinlets (de Goes et. al 2017) with viewer and time integration/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published