Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

cansin/geometry-processing

Repository files navigation

CENG 789 - Digital Geometry Processing - Assignments

This project is an implementation of the 1st and 2nd assignment for Digital Geometry Processing course.

Installation

Run yarn install.

Development

Run yarn webpack-dev-server. Then, open http://localhost:8080/.

Results

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.