yijiangh / compas

compas main library

Home Page:https://compas-dev.github.io/main/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The COMPAS framework

Travis - Build Status GitHub - License PyPI - Python Version PyPI - Latest Release Conda - Latest Release DOI

The COMPAS framework is an open-source, Python-based framework for computational research and collaboration in architecture, engineering and digital fabrication.

The main library consists of a core package (compas) and several additional packages for integration of the core functionality in CAD software (currently: compas_blender, compas_rhino, compas_ghpython).

The core package defines all real functionality. The CAD packages simply provide a unified framework for processing, visualising, and interacting with geometry and datastructures, and for building user interfaces in different CAD software.

Getting Started

The recommended way to install COMPAS is to use Anaconda/conda:

$ conda config --add channels conda-forge
$ conda install COMPAS

But it can also be installed using pip:

$ pip install COMPAS

To verify your setup, start Python from the command line and run the following:

>>> import compas
>>> import compas_rhino
>>> import compas_blender
>>> import compas_ghpython

First Steps

Questions and feedback

The COMPAS framework has a forum: https://forum.compas-framework.org/ for questions and discussions.

Issue tracker

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

Contributing

If you want to contribute, check out the contribution guidelines.

Changelog

See changes between releases on the changelog.

License

The main library of COMPAS is released under the MIT license.

About

compas main library

https://compas-dev.github.io/main/

License:MIT License


Languages

Language:Python 99.2%Language:MATLAB 0.6%Language:C++ 0.1%