Skip to content

BlockResearchGroup/compas_3gs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

compas_3gs

compas_3gs is a 3D graphic statics add-on package for the COMPAS framework.

Installation

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

First Steps

Questions and discussions

The compas_3gs library has a forum: https://forum.compas-framework.org/c/compas-3gs for questions and discussions.

Issue tracker

If you find a bug, please help us solve it by filing a report.

Contributing

If you would like to contribute, check out the contribution guidelines. All contributions and relevant publications will be fully credited under Publications.

License

The compas_3gs add-on package for COMPAS is released under the MIT license.

Contact

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).