This is a repository for learning the basics of CGAL. The code is based on the CGAL documentation.
This repository serves as a learning resource for CGAL enthusiasts. It provides examples, tutorials, and code snippets to help you understand various concepts.
To install cgal on UNIX system, follow the instructions below:
- clone this repository
git clone https://github.com/dhwanish-3/CGAL_basics
- Install the required dependencies
./cgal_depends.sh
- Install CGAL
./cgal.sh
The CGAL basics repository offers a variety of resources to enhance your understanding of computational geometry. Here are a few ways you can make use of this repository:
-
Explore the code examples in the directory you wish to see practical implementations of computational geometry concepts.
-
Contribute your own code or documentation to help expand the repository and share your knowledge with others.
Contributions to the Networking Laboratory repository are welcome! If you would like to contribute, please follow these guidelines:
- Fork the repository and create a new branch for your contribution.
- Make your changes and ensure they adhere to the repository's coding style and guidelines.
- Test your changes thoroughly.
- Submit a pull request, describing the changes you have made and why they should be merged.
The CGAL basics repository is licensed under the MIT License. Please refer to the LICENSE file for more information.