Szkered / CG2020

Conformal Geometry 2020 Summer School

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computational Conformal Geometry 2020 Summer School

Installation on Ubuntu / PopOS

freeglut

The freeglut provided was for Windows (.dll), so we need to obtain our own freeglut:

sudo apt-get install freeglut3 freeglut3-dev

MeshLib

I modified some code in the MeshLib as it was build for window.

  1. typename in template return type declaration.
  2. #include <deque>
  3. cast the __unary_op to appropriate type in std::transform: transform(t.begin(), t.end(), t.begin(), ptr_fun<int, int>(tolower));
  4. Naming conflict in CutGraphMesh.h

About

Conformal Geometry 2020 Summer School


Languages

Language:MATLAB 97.2%Language:Forth 2.7%Language:C++ 0.1%Language:CMake 0.0%Language:Batchfile 0.0%Language:Shell 0.0%