Skip to content

gdamiand/cgal

This branch is 7627 commits behind CGAL/cgal:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0189b6b · Mar 9, 2023
Mar 8, 2023
Mar 2, 2023
Feb 3, 2023
Nov 14, 2022
Jan 27, 2023
Jun 10, 2022
Nov 14, 2022
Feb 2, 2023
Jan 27, 2023
Mar 2, 2023
Nov 14, 2022
Jan 27, 2023
Feb 16, 2023
Feb 16, 2023
Jan 27, 2023
Feb 24, 2023
Dec 6, 2022
Jan 27, 2023
Jan 27, 2023
Jan 27, 2023
Jan 27, 2023
Mar 2, 2023
Dec 6, 2022
Jan 27, 2023
Feb 6, 2023
Mar 2, 2023
Mar 9, 2023
Feb 24, 2023
Jan 18, 2023
Jan 27, 2023
Jan 27, 2023
Nov 14, 2022
Jul 6, 2022
May 6, 2022
May 6, 2022
Feb 28, 2023
Nov 15, 2022
Nov 16, 2022
Feb 24, 2023
Jan 27, 2023
Jan 27, 2023
Feb 16, 2023
Nov 15, 2022
Sep 6, 2022
Feb 24, 2023
Mar 2, 2023
Feb 24, 2023
Feb 10, 2023
Feb 16, 2023
Nov 15, 2022
Feb 10, 2023
Feb 2, 2023
Nov 15, 2022
Nov 15, 2022
Feb 24, 2023
Mar 2, 2023
Dec 6, 2022
Mar 26, 2020
Feb 16, 2023
Sep 27, 2022
Mar 9, 2023
Nov 15, 2022
Nov 15, 2022
Feb 24, 2023
Nov 15, 2022
Feb 24, 2023
Nov 15, 2022
Nov 15, 2022
May 6, 2022
Nov 15, 2022
Feb 9, 2023
Mar 2, 2023
Mar 2, 2023
Jan 27, 2023
Jan 27, 2023
Dec 6, 2022
Feb 24, 2023
Feb 24, 2023
Sep 28, 2022
Feb 24, 2023
Dec 6, 2022
Dec 6, 2022
Feb 20, 2023
Jan 27, 2023
Feb 24, 2023
Nov 15, 2022
Mar 2, 2023
Feb 24, 2023
Feb 24, 2023
Feb 10, 2023
Mar 2, 2023
Mar 2, 2023
Mar 2, 2023
Jan 27, 2023
Nov 30, 2022
Nov 15, 2022
Feb 24, 2023
Jun 27, 2022
Dec 6, 2022
Feb 16, 2023
Dec 6, 2022
May 6, 2022
Jan 27, 2023
Feb 24, 2023
Feb 16, 2023
Feb 24, 2023
Mar 3, 2023
Nov 16, 2022
Jan 27, 2023
Feb 24, 2023
Feb 24, 2023
Feb 23, 2023
Jan 27, 2023
Dec 5, 2022
Nov 24, 2022
Jan 27, 2023
Mar 2, 2023
Sep 14, 2022
Jan 27, 2023
Sep 23, 2022
Feb 16, 2023
Sep 7, 2022
Mar 2, 2023
Feb 24, 2023
Feb 24, 2023
Jan 27, 2023
Feb 24, 2023
Feb 24, 2023
Feb 24, 2023
Feb 24, 2023
Feb 24, 2023
Jan 27, 2023
Jan 27, 2023
Nov 16, 2022
Feb 24, 2023
Mar 2, 2023
Feb 24, 2023
Feb 2, 2023
Jan 27, 2023
Feb 16, 2023
Mar 2, 2023
Jan 27, 2023
May 6, 2022
Feb 2, 2023
Jan 27, 2023
Feb 24, 2023
Sep 2, 2021
Jun 24, 2020
Jun 15, 2022
Mar 29, 2017
May 1, 2020
Jun 21, 2022
Mar 1, 2020
Dec 3, 2020
Mar 26, 2021
Sep 20, 2019
Aug 10, 2017
Feb 11, 2021

Repository files navigation

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

About

The public CGAL repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.4%
  • JetBrains MPS 9.1%
  • TypeScript 3.2%
  • CMake 1.1%
  • Shell 0.4%
  • TeX 0.2%
  • Other 0.6%