This repository has been archived on 2020-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-10-03 21:28:12 +02:00
libs/OpenMesh switches to qt build, windows support, static linking of OpenMesh 2020-10-03 21:28:12 +02:00
src switches to qt build, windows support, static linking of OpenMesh 2020-10-03 21:28:12 +02:00
util fixes dihedral angle computation, adds plotting options 2020-10-02 14:41:05 +02:00
.gitignore gitignore 2020-09-29 14:46:44 +02:00
Makefile initial commit 2020-09-23 14:54:08 +02:00
README switches to qt build, windows support, static linking of OpenMesh 2020-10-03 21:28:12 +02:00
tp1.pro switches to qt build, windows support, static linking of OpenMesh 2020-10-03 21:28:12 +02:00

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Pour compiler la première fois : `mkdir build && cd build && qmake .. && make'
Pour recompiler les fois suivantes : `cd build && make'
Pour nettoyer les fichiers de compilation : `make clean'
Pour exécuter le programme : `./build/tp1 <obj> <commande>'
Pour faire un bel histogramme coloré : LD_LIBRARY_PATH=libs/OpenMesh/liblinux/ build/tp1 <obj> <cmd> | util/plot.py [nombre de classes, 10 par défaut] [min] [max]