Skip to content
/ cgal Public
forked from CGAL/cgal

The public CGAL repository, see the README below

License

Notifications You must be signed in to change notification settings

173Lib/cgal

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1690619 · Oct 31, 2024
Oct 9, 2024
Oct 22, 2024
Jun 12, 2024
Sep 2, 2024
Oct 22, 2024
Jun 6, 2024
Jun 6, 2024
Jun 6, 2024
Oct 22, 2024
Jun 13, 2024
Jun 12, 2024
Jun 6, 2024
Oct 31, 2024
Oct 31, 2024
Oct 8, 2024
Oct 31, 2024
Oct 31, 2024
Oct 5, 2024
Oct 8, 2024
Oct 8, 2024
Oct 5, 2024
Sep 13, 2024
May 31, 2024
Jun 12, 2024
Oct 9, 2024
Aug 9, 2024
Oct 21, 2024
Oct 31, 2024
Oct 5, 2024
Sep 3, 2024
Jun 6, 2024
Sep 4, 2024
Jun 12, 2024
Oct 1, 2024
Jun 6, 2024
Aug 13, 2024
Oct 31, 2024
Jun 6, 2024
Jun 25, 2024
Oct 18, 2024
Oct 21, 2024
Oct 16, 2024
Oct 31, 2024
Oct 21, 2024
Oct 18, 2024
Oct 8, 2024
May 31, 2024
Jun 25, 2024
Jun 6, 2024
Oct 31, 2024
Jun 6, 2024
Oct 9, 2024
Oct 4, 2024
Jun 6, 2024
Jun 6, 2024
Oct 16, 2024
Oct 31, 2024
Jun 6, 2024
Oct 31, 2024
Oct 31, 2024
Apr 23, 2024
Feb 28, 2024
Oct 29, 2024
Oct 31, 2024
Oct 23, 2024
Oct 5, 2024
Oct 16, 2024
Oct 23, 2024
May 4, 2023
Oct 5, 2024
Jun 6, 2024
Jul 18, 2023
Jun 6, 2024
Jun 6, 2024
Oct 5, 2024
Oct 16, 2024
Sep 17, 2024
Oct 8, 2024
Oct 31, 2024
Oct 8, 2024
Oct 9, 2024
Oct 5, 2024
Oct 31, 2024
Jun 6, 2024
Oct 16, 2024
Oct 16, 2024
Oct 22, 2024
Jun 25, 2024
Jun 12, 2024
Oct 16, 2024
Oct 21, 2024
Oct 16, 2024
Oct 31, 2024
Oct 16, 2024
Oct 31, 2024
Oct 8, 2024
Oct 8, 2024
Oct 22, 2024
Oct 5, 2024
Oct 21, 2024
Oct 8, 2024
Jun 27, 2022
Oct 10, 2024
Oct 8, 2024
Oct 5, 2024
Jun 6, 2024
Oct 22, 2024
Oct 8, 2024
Oct 31, 2024
Oct 8, 2024
Oct 23, 2024
Jun 6, 2024
Oct 5, 2024
Jun 12, 2024
Jun 6, 2024
Oct 17, 2024
Oct 8, 2024
Jun 6, 2024
Jun 12, 2024
Oct 8, 2024
Oct 21, 2024
Oct 8, 2024
Oct 16, 2024
Oct 8, 2024
Jun 6, 2024
Oct 5, 2024
Jun 6, 2024
Oct 16, 2024
Oct 21, 2024
Oct 8, 2024
Oct 23, 2024
Sep 4, 2024
Oct 5, 2024
Oct 21, 2024
Oct 8, 2024
Oct 22, 2024
Oct 3, 2024
Oct 21, 2024
Oct 5, 2024
Oct 16, 2024
Sep 9, 2024
Oct 22, 2024
Oct 16, 2024
Oct 16, 2024
Oct 16, 2024
Oct 22, 2024
Oct 8, 2024
Jun 6, 2024
Jun 6, 2024
Oct 8, 2024
Oct 8, 2024
Sep 2, 2021
Oct 10, 2024
Oct 10, 2024
Mar 29, 2017
May 1, 2020
Jun 6, 2024
Mar 1, 2020
Dec 3, 2020
Mar 26, 2021
Oct 10, 2024
Jan 5, 2024
Oct 10, 2024

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, see the README below

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.6%
  • JetBrains MPS 8.7%
  • TypeScript 3.1%
  • CMake 1.1%
  • Shell 0.4%
  • Perl 0.2%
  • Other 0.9%