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
- Host: GitHub
- URL: https://github.com/cgal/cgal-swig-bindings
- Owner: CGAL
- License: other
- Created: 2015-03-14T09:42:13.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T11:40:43.000Z (about 1 year ago)
- Last Synced: 2025-05-14T17:24:13.858Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 2.78 MB
- Stars: 376
- Watchers: 24
- Forks: 94
- Open Issues: 82
-
Metadata Files:
- Readme: README.md
- License: LICENSE.COMMERCIAL
Awesome Lists containing this project
README
[](https://github.com/CGAL/cgal-swig-bindings/actions)
[](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).