Skip to content

MarkGillespie/GC-CombinatorialMaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeometryTemplate

A template project to get started with geometry-central and Polyscope. Copied from Nick's template here, but with code for googletest added in.

This repo is set up as a template, but it seems the submodules don't get copied to the new project. Run setup.sh to set up the required submodules and to run cmake. Setup also sets up cmake to export compile commands for clang-format. To build the code, you can run

cd build
make -j7

Then run the code with

bin/run /path/to/a/mesh

Run the tests with

bin/test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published