The public CGAL repository, see the README below
Go to file
Marc Glisse e44af4d873 fix+clean up 2022-05-03 10:58:41 +02:00
.github
AABB_tree
Advancing_front_surface_reconstruction Merge pull request #6255 from afabri/Advancing_front-fix_example-GF 2022-01-21 16:08:33 +01:00
Algebraic_foundations
Algebraic_kernel_d
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres
Alpha_shapes_2
Alpha_shapes_3
Apollonius_graph_2
Arithmetic_kernel Merge remote-tracking branch 'origin/master' into Number_types-add_benchmarks-danston 2022-05-03 10:56:48 +02:00
Arrangement_on_surface_2
BGL
Barycentric_coordinates_2
Boolean_set_operations_2
Bounding_volumes Merge pull request #6120 from MaelRL/Kernel_23-Converter_fundamental_types-GF 2022-01-24 11:07:34 +01:00
Box_intersection_d
CGAL_Core
CGAL_ImageIO
CGAL_ipelets
Cartesian_kernel
Circular_kernel_2
Circular_kernel_3
Circulator
Classification
Combinatorial_map Remove a warning 2022-01-18 14:30:21 +01:00
Cone_spanners_2
Convex_decomposition_3
Convex_hull_2
Convex_hull_3 Merge pull request #6280 from sloriot/CH3-init_info 2022-02-01 08:58:25 +01:00
Convex_hull_d
Data/data
Distance_2
Distance_3
Documentation/doc Merge branch '5.4.x-branch' 2022-01-31 17:29:17 +01:00
Envelope_2
Envelope_3
Filtered_kernel
Generalized_map
Generator
GraphicsView
HalfedgeDS
Hash_map Initialize the point to avoid a warning 2022-01-18 14:47:56 +00:00
Heat_method_3
Homogeneous_kernel
Hyperbolic_triangulation_2
Inscribed_areas
Installation remove changes from Installation 2022-05-03 10:54:53 +02:00
Interpolation
Intersections_2
Intersections_3
Interval_skip_list
Interval_support
Jet_fitting_3
Kernel_23 Merge pull request #6120 from MaelRL/Kernel_23-Converter_fundamental_types-GF 2022-01-24 11:07:34 +01:00
Kernel_d Merge pull request #6120 from MaelRL/Kernel_23-Converter_fundamental_types-GF 2022-01-24 11:07:34 +01:00
LEDA
Linear_cell_complex
MacOSX
Maintenance Merge remote-tracking branch 'cgal/master' 2022-01-31 17:30:01 +01:00
Matrix_search
Mesh_2
Mesh_3 Merge pull request #6259 from afabri/Mesh_3-permissive-GF 2022-01-21 16:08:30 +01:00
Mesher_level
Minkowski_sum_2
Minkowski_sum_3
Miscellany/doc/Miscellany
Modifier
Modular_arithmetic
Nef_2
Nef_3
Nef_S2
NewKernel_d try if the example now works 2022-05-03 10:58:41 +02:00
Number_types fix+clean up 2022-05-03 10:58:41 +02:00
OpenNL
Optimal_bounding_box fix after merge 2022-01-18 10:07:25 +01:00
Optimal_transportation_reconstruction_2
Optimisation_basic
Orthtree
Partition_2
Periodic_2_triangulation_2 Fix phrasing 2022-01-21 11:29:26 +01:00
Periodic_3_mesh_3
Periodic_3_triangulation_3
Periodic_4_hyperbolic_triangulation_2
Point_set_2
Point_set_3
Point_set_processing_3
Poisson_surface_reconstruction_3
Polygon
Polygon_mesh_processing Merge pull request #6258 from sloriot/PMP-snap_post_cond 2022-02-01 08:58:31 +01:00
Polygonal_surface_reconstruction
Polyhedron
Polyline_simplification_2
Polynomial
Polytope_distance_d
Principal_component_analysis
Principal_component_analysis_LGPL
Profiling_tools
Property_map
QP_solver
Random_numbers
Ridges_3
STL_Extension Merge pull request #5698 from sgiraudot/PSP-Grid_simplify_outlier_filtering-GF 2022-01-21 14:40:21 +01:00
Scale_space_reconstruction_3
Scripts
SearchStructures
Segment_Delaunay_graph_2 Segment_delaunnay_graph: fstream -> sstream 2022-01-21 14:57:25 +00:00
Segment_Delaunay_graph_Linf_2 Segment_delaunnay_graph: fstream -> sstream 2022-01-21 14:57:25 +00:00
Set_movable_separability_2
Shape_detection
Shape_regularization
Skin_surface_3
Snap_rounding_2
Solver_interface
Spatial_searching
Spatial_sorting
Straight_skeleton_2
Stream_lines_2
Stream_support Merge pull request #6241 from sloriot/CGAL-warnings 2022-01-21 14:40:16 +01:00
Subdivision_method_3
Surface_mesh
Surface_mesh_approximation
Surface_mesh_deformation
Surface_mesh_parameterization
Surface_mesh_segmentation
Surface_mesh_shortest_path
Surface_mesh_simplification
Surface_mesh_skeletonization
Surface_mesh_topology
Surface_mesher
Surface_sweep_2
TDS_2
TDS_3
Testsuite
Tetrahedral_remeshing Merge pull request #6243 from janetournois/Tet_remeshing-fix_warning-jtournois 2022-01-21 14:40:14 +01:00
Three
Triangulation
Triangulation_2
Triangulation_3
Triangulation_on_sphere_2
Union_find
Visibility_2
Voronoi_diagram_2 Use <sstream> instead of locks in the CMakeLists.txt file 2022-01-24 14:41:26 +00:00
Weights
.clang-tidy
.gitattributes
.gitignore
CGALConfig.cmake
CGALConfigVersion.cmake
CMakeLists.txt
INSTALL.md
LICENSE.md
README.md
ccpp.yml
cmake_uninstall.cmake.in
copyright

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