cordafab / cinolib

A generic programming header only C++ library for processing polygonal and polyhedral meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cinolib

A generic programming header only C++ library for processing polygonal and polyhedral meshes.

Usage

CinoLib is header only. It does not need to be installed, all you have to do is to clone the repo with

git clone --recursive https://github.com/mlivesu/cinolib.git

and include in your C++ application the header files you need. A tutorial with detailed info on how to use the library is under developement. In the meanwhile, you can explore the examples folder, which contains a constantly growing number of sample projects that showcase the core features of the library, and will be the backbone of the forthcoming tutorial.

Other contributors

  • Claudio Mancinelli (University of Genoa), Daniela Cabiddu (CNR IMATI), Chrystiano Araújo (UBC), Thomas Alderighi (CNR ISTI), Fabrizio Corda (University of Cagliari)

Acknowldegment

If you use cinolib in your academic projects, please cite the library using the following BibTeX entry:

@misc{cinolib,
  title  = {cinolib: a generic programming header only C++ library for processing polygonal and polyhedral meshes},
  author = {Livesu, Marco},
  note   = {https://github.com/mlivesu/cinolib/},
  year   = {2017}}

About

A generic programming header only C++ library for processing polygonal and polyhedral meshes

License:MIT License


Languages

Language:C++ 99.3%Language:C 0.7%Language:Shell 0.0%