COMPAS friendly interface for Gmsh.
pip install compas_gmsh
On linux, you may have to install gmsh and it's python bindings manually.
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
conda env create -f environment-linux.yml
Have a look at some of the first examples in the documentation.
compas_gmsh
provides a COMPAS friendly interface to Gmsh
.
Gmsh
is released under GPL-2.0-or-later.