Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Port Request] CDT : Constrained Delaunay Triangulation #28238

Closed
Nosenzor opened this issue Dec 8, 2022 · 0 comments · Fixed by #29324
Closed

[New Port Request] CDT : Constrained Delaunay Triangulation #28238

Nosenzor opened this issue Dec 8, 2022 · 0 comments · Fixed by #29324
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving.

Comments

@Nosenzor
Copy link

Nosenzor commented Dec 8, 2022

Library name: CDT : Constrained Delaunay Triangulation

Library description:
CDT is a C++ library for generating constraint or conforming Delaunay triangulations.

open-source: permissively-licensed under Mozilla Public License (MPL) 2.0
cross-platform: tested on Windows, Linux (Ubuntu), and macOS
portable: backwards-compatible with C++98
bloat-free: no external dependencies by default
flexible: can be consumed as a header-only or as a compiled library
performant: continuously profiled, measured, and optimized
numerically robust: triangulation algorithms rely on robust geometric predicates

Source repository URL: https://github.com/artem-ogre/CDT

Project homepage (if different from the source repository): https://artem-ogre.github.io/CDT/

Anything else that is useful to know when adding (such as optional features the library may have that should be included):
License : Mozilla Public License Version 2.0
I suggest to compile it with CDT_USE_64_BIT_INDEX_TYPE and CDT_USE_AS_COMPILED_LIBRARY

@Adela0814 Adela0814 added category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving. labels Dec 9, 2022
@ex-purple ex-purple mentioned this issue Jan 31, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR! info:good-first-issue This issue would be a good issue to get one's feet wet in solving.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants