compas_3gs
is a 3D graphic statics add-on package for the COMPAS framework.
First, create an environment with a specific version of Python.
$ conda create -n 3gs python=3.7
Activate the new environment.
$ conda activate 3gs
Released versions of compas_3gs
can be installed with pip.
$ pip install compas-3gs
Then, install compas_3gs for Rhino.
$ python -m compas_rhino.install -p compas_3gs
The compas_3gs
library has a forum: https://forum.compas-framework.org/c/compas-3gs for questions and discussions.
If you find a bug, please help us solve it by filing a report.
If you would like to contribute, check out the contribution guidelines. All contributions and relevant publications will be fully credited under Publications.
The compas_3gs
add-on package for COMPAS is released under the MIT license.
For any additional suggestions or feedback, please conact the main contributors of compas_3gs
, Juney Lee (juney.lee@arch.ethz.ch) and Tom Van Mele (van.mele@arch.ethz.ch).