Skip to content

compas-dev/compas_gmsh

Repository files navigation

COMPAS GMSH

build GitHub - License PyPI - Python Version PyPI - Latest Release

COMPAS friendly interface for Gmsh.

Installation

pip install compas_gmsh

Linux

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

Getting Started

Have a look at some of the first examples in the documentation.

License

compas_gmsh provides a COMPAS friendly interface to Gmsh. Gmsh is released under GPL-2.0-or-later.