Skip to content

Display the Delaunay triangulation generated by various third parties

License

Notifications You must be signed in to change notification settings

pierre-dejoue/delaunay-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delaunay Viewer

Features

Display the Delaunay triangulation generated by various third parties.

  • Read files in format: SVG, DAT, CDT.
  • Supported triangulation third parties:
  • Choice between a point cloud triangulation (convex hull) and a constrained Delaunay triangulation.
  • Option to compute the proximity graphs.

GUI

Dependencies

In addition to the triangulation libraries themselves:

Other Third Parties

We also use files generated thanks to GL3W.

Build

With CMake. For example on Windows:

mkdir ./build
cd build
cmake -G "Visual Studio 17 2022" ..
cmake --build . --config Release

Install

Install in some dir:

cmake --install . --config Release --prefix <some_dir>

Or, package the library:

cpack -G ZIP -C Release

Usage

Contributions

This project does not accept pull requests at the moment.

Please submit an issue for a feature request, a bug report or any question.

References

[1] De Berg M., Cheong O., van Kreveld M., Overmars M. "Computational geometry, algorithms and applications." Third edition (Berlin: Springer-Verlag.) 2008

[2] J.S.B. Mitchell and W. Mulzer "Proximity Algorithms." Chap. 32 in: Handbook of Discrete and Computational Geometry, 3rd edition.

[3] Shewchuk's Triangle library: Website

License

License

About

Display the Delaunay triangulation generated by various third parties

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published