dhwanish-3 / CGAL_basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CGAL_basics

This is a repository for learning the basics of CGAL. The code is based on the CGAL documentation.

Table of Contents

Introduction

This repository serves as a learning resource for CGAL enthusiasts. It provides examples, tutorials, and code snippets to help you understand various concepts.

Installation

To install cgal on UNIX system, follow the instructions below:

  1. clone this repository
git clone https://github.com/dhwanish-3/CGAL_basics
  1. Install the required dependencies
./cgal_depends.sh
  1. Install CGAL
./cgal.sh

Usage

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.

Contributing

Contributions to the Networking Laboratory repository are welcome! If you would like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your contribution.
  2. Make your changes and ensure they adhere to the repository's coding style and guidelines.
  3. Test your changes thoroughly.
  4. Submit a pull request, describing the changes you have made and why they should be merged.

License

The CGAL basics repository is licensed under the MIT License. Please refer to the LICENSE file for more information.

About

License:MIT License


Languages

Language:C++ 49.4%Language:CMake 40.1%Language:Shell 10.4%