An open API service indexing awesome lists of open source software.

https://github.com/cgal/cgal-swig-bindings

CGAL bindings using SWIG
https://github.com/cgal/cgal-swig-bindings

Last synced: about 1 year ago
JSON representation

CGAL bindings using SWIG

Awesome Lists containing this project

README

          

[![GitHub branch checks state](https://github.com/CGAL/cgal-swig-bindings/actions/workflows/tests.yml/badge.svg)](https://github.com/CGAL/cgal-swig-bindings/actions)
[![PyPI - Version](https://img.shields.io/pypi/v/cgal?style=flat-square&link=https%3A%2F%2Fpypi.org%2Fproject%2Fcgal%2F)](https://pypi.org/project/cgal/)

# CGAL SWIG bindings
CGAL bindings using SWIG. The available bindings are for:

- Java,
- Python,
- and Ruby

but only Python bindings are really tested and supported.

Python packages are available on PyPI.

```shell
pip install cgal
```

For details, refer to the [wiki](https://github.com/CGAL/cgal-swig-bindings/wiki).