Giter Site home page Giter Site logo

f-fanni / cg3lib Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cg3hci/cg3lib

0.0 0.0 0.0 4.77 MB

A C++ geometry processing library

Home Page: https://cg3hci.github.io/index.html

License: GNU General Public License v3.0

QMake 1.86% C++ 95.44% C 0.33% CMake 2.21% Shell 0.15%

cg3lib's Introduction

cg3lib

Actions Status

Actions Status

DOI

Cg3Lib is a C++ geometry processing library developed by the CG3HCI Group of the University of Cagliari. It is composed of different modules:

  • Core: it provides some basic data structures (Point, BoundingBox...), parsers for saving and loading multiple mesh formats and utilities;
  • Meshes: some Mesh data structures which help to manage easily 3D meshes;
  • Data Structures: some generic (not necessarily geometric) data structures like arrays, trees, graphs;
  • Algorithms: a collection of geometry processing and computetional geometry algorithms;
  • Viewer: a 3D viewer developed with Qt and based on libQGLViewer (http://libqglviewer.com/): it allows to render easily mesh data structures and to create easyly guis (drag&drop with QtCreator);
  • Cgal: a simple interface which allows to use some CGAL functionalities (https://www.cgal.org/);
  • Voro++: a simple 3D Voronoi Data structures computed using the voro++ library (http://math.lbl.gov/voro++/)
  • LibIGL: a simple interface which allows to use some LibIGL functionalities (http://libigl.github.io/libigl/);
  • CinoLib: a simple interface which allows to use some CinoLib functionalities (https://github.com/mlivesu/cinolib);
  • VCGLib: a simple interface which allows to use some VCGLib functionalities (https://github.com/cnr-isti-vclab/vcglib)

All these modules are optional (except of the core module) and the project can be compiled on Windows, MacOS and Linux. The documentation can be found at the following link: https://cg3hci.github.io/index.html.

Installation

MacOS

git clone https://github.com/cg3hci/cg3lib.git
bash cg3lib/install_macos.sh

Ubuntu

git clone https://github.com/cg3hci/cg3lib.git
bash cg3lib/install_ubuntu.sh

Usage

Look at the examples in the "examples" folder inside the repo.

Compiling the examples:

cd cg3lib/examples
qmake
make

Citation

DOI

If you use cg3lib in your research projects, please cite the library using this BibTeX entry:

@software{cg3lib,
  author       = {Alessandro Muntoni and Stefano Nuvoli},
  title        = {{CG3Lib: A C++ geometry processing library}},
  month        = jan,
  year         = 2021,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.4431777}
}

ToDo list

cg3lib's People

Contributors

alemuntoni avatar stefanonuvoli avatar f-fanni avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.