Skip to content

A template project to get started with geometry-central and Polyscope.

License

Notifications You must be signed in to change notification settings

chrisyu-cs/gc-polyscope-project-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gc-polyscope-project-template

A template project to get started with geometry-central and Polyscope.

TODO instructions for IDEs and Windows

TODO this repo is set up as a template, but it seems the submodules don't get copied to the new project?

Get the code

Clone the project

git clone --recursive https://github.com/nmwsharp/gc-polyscope-project-template.git

Build the code

Configure (with cmake) and compile

cd gc-polyscope-project-template
mkdir build
cd build
cmake ..
make -j6

Run the code

./bin/gc_project /path/to/a/mesh

About

A template project to get started with geometry-central and Polyscope.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 56.7%
  • C++ 43.3%