https://github.com/compas-dev/compas_gmsh
COMPAS interface for Gmsh
https://github.com/compas-dev/compas_gmsh
compas csg gmsh remeshing triangulation
Last synced: 7 months ago
JSON representation
COMPAS interface for Gmsh
- Host: GitHub
- URL: https://github.com/compas-dev/compas_gmsh
- Owner: compas-dev
- License: gpl-3.0
- Created: 2020-04-21T15:24:28.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T20:05:29.000Z (over 1 year ago)
- Last Synced: 2024-09-30T06:42:25.854Z (over 1 year ago)
- Topics: compas, csg, gmsh, remeshing, triangulation
- Language: Python
- Homepage: http://compas.dev/compas_gmsh/
- Size: 41.6 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.GPL
Awesome Lists containing this project
README
# COMPAS GMSH

[](https://github.com/compas-dev/compas_gmsh)
[](https://pypi.python.org/project/compas_gmsh)
[](https://pypi.python.org/project/compas_gmsh)
COMPAS friendly interface for Gmsh.
## Installation
```bash
pip install compas_gmsh
```
### Linux
On linux, you may have to install gmsh and it's python bindings manually.
```bash
conda create -n gmsh-dev gmsh python-gmsh -y
conda activate gmsh-dev
pip install compas_gmsh
```
Or use the environment file in this repo
```bash
conda env create -f environment-linux.yml
```
## Getting Started
Have a look at some of the first [examples in the documentation](https://compas.dev/compas_gmsh/latest/examples.html).
## License
`compas_gmsh` provides a COMPAS friendly interface to `Gmsh`.
`Gmsh` is released under GPL-2.0-or-later.