This project is an implementation of the 1st and 2nd assignment for Digital Geometry Processing course.
Run yarn install
.
Run yarn webpack-dev-server
. Then, open http://localhost:8080/
.
The important source code regarding the algorithms implemented can be found at the src/algorithms/ folder.
There is also a notes file that talks about interesting details observed during implementation.
A live demo can be found at https://cansin.github.io/geometry-processing/. The results of the runs can be seen at the sub-folders of the results/ folder.