IngInx747 / hyperbolic-ricci-flow

Conformal Geometry Stonybrook 2020 final project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational Conformal Geometry 2020 Final Project

This C++ project framework is to implement hyperbolic Ricci flow algorithm.

System

The code has been tested on Windows 10, Ubuntu 18.04 and MacOS 10.15.5, if there is any problem, please let me know.

Directory Structure

hyperbolic               -- Folder for computing hyperbolic mapping. 
data                     -- Some models.
CMakeLists.txt           -- CMake configuration file.
resources                -- Some resources needed.
3rdparty                 -- MeshLib and freeglut libraries.

Configuration

Follow the instruction in the README.md of each algorithm folder.

Results

Original surface Universal covering space
img img
img img
img img
img img

About

Conformal Geometry Stonybrook 2020 final project


Languages

Language:C++ 98.3%Language:CMake 1.7%