The public CGAL repository, see the README below
Go to file
Laurent Rineau 1602be1348 precompiled demos for CGAL-6.1 2025-11-13 13:29:35 +01:00
.devcontainer/doxygen-cgal add a few vscode extensions to the dev container 2024-12-17 16:02:22 +01:00
.github Update build_doc.yml 2025-05-16 15:33:53 +02:00
AABB_tree debug 2025-07-04 17:36:54 +08:00
Advancing_front_surface_reconstruction Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Algebraic_foundations Merge pull request #8915 from afabri/Algebraic-subsections-GF 2025-06-04 14:55:48 +02:00
Algebraic_kernel_d no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Algebraic_kernel_for_circles dont > don't 2025-03-28 20:52:22 +01:00
Algebraic_kernel_for_spheres update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Alpha_shapes_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Alpha_shapes_3 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Alpha_wrap_3 AW3: Use more iterations in tetrahedral remeshing example (#8903) 2025-06-10 14:08:59 +02:00
Apollonius_graph_2 Merge remote-tracking branch 'cgal/6.0.x-branch' into `cgal/master` 2025-09-03 16:56:24 +02:00
Arithmetic_kernel update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Arrangement_on_surface_2 Merge pull request #8186 from lrineau/Triangulation_3-CDT_3-lrineau 2025-06-26 21:57:17 +02:00
BGL follow up of commits making default value for dynamic maps a parameter pack 2025-07-31 17:33:04 +02:00
Barycentric_coordinates_2 adding support for Eigen3 5.0.0 (6.1 version) 2025-11-06 10:06:29 +01:00
Basic_viewer Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Boolean_set_operations_2 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master' 2025-07-31 15:19:07 +02:00
Bounding_volumes Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Box_intersection_d no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
CGAL_Core Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-09-09 19:55:42 +02:00
CGAL_ImageIO missing string_field 2025-08-05 14:44:03 +02:00
CGAL_ipelets Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Cartesian_kernel Merge pull request #8586 from MaelRL/Kernel_23-Fix_dangling_ref_in_CC3-GF 2025-04-03 16:12:09 +02:00
Circular_kernel_2 Incorrect use of backticks 2025-07-14 18:14:16 +02:00
Circular_kernel_3 Incorrect use of backticks 2025-07-14 18:14:16 +02:00
Circulator Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau 2025-06-10 11:18:38 +02:00
Classification Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Combinatorial_map Spelling correction 2025-07-16 14:10:52 +02:00
Cone_spanners_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Constrained_triangulation_3 fix the confusion between `handle` and `const_handle` 2025-09-26 10:22:15 +02:00
Convex_decomposition_3 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Convex_hull_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Convex_hull_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-08-13 18:07:09 +02:00
Convex_hull_d no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Data/data add file removed 2025-06-30 09:11:50 +02:00
Distance_2 update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Distance_3 Merge pull request #8186 from lrineau/Triangulation_3-CDT_3-lrineau 2025-06-26 21:57:17 +02:00
Documentation/doc fix versions in doc menu 2025-10-15 12:20:58 +02:00
Envelope_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Envelope_3 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Filtered_kernel fix warning 2025-09-25 16:28:13 +02:00
Frechet_distance adding support for Eigen3 5.0.0 (6.1 version) 2025-11-06 10:06:29 +01:00
Generalized_map no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Generator Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
GraphicsView Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
HalfedgeDS Merge pull request #8890 from afabri/PMP-stitch_deterministic-GF 2025-06-04 14:56:33 +02:00
Hash_map fix dependencies 2025-03-31 14:15:30 +02:00
Heat_method_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Homogeneous_kernel Merge remote-tracking branch 'cgal/master' into Kernel_23-Fix_dangling_ref_in_CC3-GF 2025-01-16 11:52:34 +01:00
Hyperbolic_triangulation_2 Spelling correction 2025-06-27 13:04:28 +02:00
Inscribed_areas no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Installation Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-13 10:41:53 +01:00
Interpolation no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Intersections_2 update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Intersections_3 remove extra template keyword 2025-04-07 11:47:02 +02:00
Interval_skip_list no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Interval_support update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Isosurfacing_3 adding support for Eigen3 5.0.0 (6.1 version) 2025-11-06 10:06:29 +01:00
Jet_fitting_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Kernel_23 Incorrect use of backticks 2025-07-14 18:14:16 +02:00
Kernel_d New package: Frechet Distance (#8284) 2025-06-05 16:08:47 +02:00
Kinetic_space_partition Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Kinetic_surface_reconstruction Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
LEDA Update LEDA/include/CGAL/LEDA_basic.h 2024-04-23 11:41:55 +02:00
LICENSES remove no longer used license 2024-02-28 15:06:48 +01:00
Lab adding support for Eigen3 5.0.0 (6.1 version) 2025-11-06 10:06:29 +01:00
Linear_cell_complex Overnight documentation build missing links 2025-08-24 13:31:04 +02:00
Maintenance precompiled demos for CGAL-6.1 2025-11-13 13:29:35 +01:00
Matrix_search no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Mesh_2 CI... 2025-08-29 10:28:48 +02:00
Mesh_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Mesher_level Mesh_2: fix a warning 2023-05-04 15:58:54 +02:00
Minkowski_sum_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Minkowski_sum_3 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Miscellany/doc/Miscellany Incorrect use of backticks 2025-07-14 18:14:16 +02:00
Modifier update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Modular_arithmetic no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Nef_2 Spelling correction 2025-06-27 13:04:28 +02:00
Nef_3 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Nef_S2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
NewKernel_d Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Number_types Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Optimal_bounding_box Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Optimal_transportation_reconstruction_2 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-10-13 09:41:18 +02:00
Optimisation_basic issue #8515 Spelling mistakes found checking `en-GB` to `en-US` 2024-10-05 11:28:29 +02:00
Orthtree Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Partition_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Periodic_2_triangulation_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Periodic_3_mesh_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Periodic_3_triangulation_3 Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau 2025-06-10 11:18:38 +02:00
Periodic_4_hyperbolic_triangulation_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Point_set_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Point_set_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Point_set_processing_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Poisson_surface_reconstruction_3 adding support for Eigen3 5.0.0 (6.1 version) 2025-11-06 10:06:29 +01:00
Polygon Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Polygon_mesh_processing Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Polygon_repair remove unused local variables 2025-06-11 08:34:19 +01:00
Polygonal_surface_reconstruction Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Polyhedron make sure system is also found 2025-07-28 09:20:31 +02:00
Polyline_simplification_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Polynomial Spelling correction 2025-06-27 13:04:28 +02:00
Polytope_distance_d no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Principal_component_analysis Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Principal_component_analysis_LGPL Do not use CGAL::iterator_v<> as it is responsible for the ICE of VC2015 2022-06-27 08:58:17 +01:00
Profiling_tools update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Property_map Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
QP_solver Incorrect use of backticks 2025-07-14 18:14:16 +02:00
Random_numbers update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Ridges_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
SMDS_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
STL_Extension fix the confusion between `handle` and `const_handle` 2025-09-26 10:22:15 +02:00
Scale_space_reconstruction_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Scripts Merge pull request #8186 from lrineau/Triangulation_3-CDT_3-lrineau 2025-06-26 21:57:17 +02:00
SearchStructures no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Segment_Delaunay_graph_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Segment_Delaunay_graph_Linf_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Set_movable_separability_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Shape_detection Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Shape_regularization Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Skin_surface_3 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Snap_rounding_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Solver_interface Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Spatial_searching Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Spatial_sorting no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Straight_skeleton_2 Spelling correction 2025-06-27 13:04:28 +02:00
Straight_skeleton_extrusion_2 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master' 2025-05-16 13:25:40 +02:00
Stream_lines_2 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-10-30 20:23:21 +01:00
Stream_support remove exe flag 2025-06-24 18:44:52 +02:00
Subdivision_method_3 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Surface_mesh eof 2025-09-27 08:34:05 +02:00
Surface_mesh_approximation Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Surface_mesh_deformation Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Surface_mesh_parameterization Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Surface_mesh_segmentation Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Surface_mesh_shortest_path no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Surface_mesh_simplification Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Surface_mesh_skeletonization Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Surface_mesh_topology Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau 2025-06-10 11:18:38 +02:00
Surface_mesher no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
Surface_sweep_2 no need to repeat the package name as it is on the line above 2025-05-22 17:53:41 +02:00
TDS_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
TDS_3 fix iwyu warnings 2025-09-19 16:39:32 +02:00
Testsuite Merge remote-tracking branch 'cgal/5.6.x-branch' into HEAD 2025-01-24 08:08:33 +01:00
Tetrahedral_remeshing Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Three Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau 2025-06-10 11:18:38 +02:00
Triangulation Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Triangulation_2 move to T2 2025-08-29 09:55:55 +02:00
Triangulation_3 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master' 2025-08-05 16:28:05 +02:00
Triangulation_on_hyperbolic_surface_2 precompiled demos for CGAL-6.1 2025-11-13 13:29:35 +01:00
Triangulation_on_sphere_2 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Union_find fix Prevent_deref<Union_find::iterator> 2025-09-19 11:53:02 +02:00
Visibility_2 Rename home page of reference manuals to "Reference Manual" (#8904) 2025-05-26 11:47:37 +02:00
Voronoi_diagram_2 Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
Weights Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch' 2025-11-06 10:04:46 +01:00
.clang-format cleanup existing code 2025-01-13 11:24:30 +01:00
.clang-tidy restore removed value 2021-09-02 19:09:28 +02:00
.gitattributes fixed some typos 2025-04-13 14:03:44 +01:00
.gitignore fix for clang 2025-05-14 10:25:59 +02:00
.markdownlint.json fix the linter warnings 2024-12-13 16:22:51 +01:00
CGALConfig.cmake
CGALConfigVersion.cmake Add CGALConfigVersion.cmake, and CTest tests 2020-05-01 15:00:35 +02:00
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
INSTALL.md INSTALL.md: Fix missing path in cmake invocation 2020-03-01 20:14:05 +01:00
LICENSE.md Re-add Creative Commons 2020-12-03 10:32:55 +01:00
README.md Remove the link to Travis 2021-03-26 11:11:48 +01:00
REUSE.toml clean up 2024-10-10 17:18:00 +02:00
cmake_uninstall.cmake.in add option to remove extra newline 2024-01-05 14:08:32 +01:00
copyright Mac OS X cleaning 2024-10-10 14:21:34 +02:00

README.md

CGAL

The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.

CGAL Releases

The primary vector of distribution of CGAL are source tarballs, released twice a year, announced on the web site of CGAL.

Getting Started with CGAL

Since version 5.0, CGAL is a header-only library, meaning that it is no longer needed to build CGAL libraries before it can be used.

Head over to the CGAL manual for usage guides and tutorials that will get you started smoothly.

License

See the file LICENSE.md.

CGAL Git Repository Layout

The Git repository of CGAL has a different layout from release tarballs. It contains a CMakeLists.txt file that serves as anchor for configuring and building programs, and a set of subfolders, so called packages. Most packages implement a data structure or an algorithm for CGAL (e.g., Convex_hull_2, or Triangulation_3); however some packages serve special needs:

  • Installation - meta-files and CMake-support
  • Maintenance - infrastructural support
  • Core, CGALimageIO, Qt_widget, GraphicsView - component libraries
  • Scripts - scripts to simplify developer's and user's work
  • Testsuite - infrastructure for testsuite
  • Documentation - infrastructure for CGAL's manual
  • STL_Extension - extensions to the standard template library

More Information