Skip to content

louis-rf/isotropic-remeshing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I installed geogram from here: https://github.com/BrunoLevy/geogram/wiki

For OSX this is:

git clone --recurse-submodules https://github.com/BrunoLevy/geogram.git
cd geogram
git checkout tags/v1.8.6
./configure.sh
cd Build/Darwin-clang-dynamic-Release
make -j 8

I based the pygeogram package off the method shown here to make python bindings for c++.

git clone --recursive https://github.com/pybind/cmake_example.git
# move the required files, i.e. all the files which aren't already there.
for item in cmake_example/*; do [ ! -e "pygeogram/$(basename "$item")" ] && mv "$item" "pygeogram/"; done
rm -rf cmake_example

Now build the binding:

cd pygeogram
pip install .

About

Python bindings for https://github.com/BrunoLevy/geogram.git tags/v1.8.6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published