Skip to content
@compas-dev

compas-dev

COMPAS - an open source computational framework for research and collaboration in AEC

COMPAS

COMPAS is an open source toolbox for developing computational solutions in AEC. It provides a base framework and a collection of extensions related to specific AEC-related tasks, problems, processes...

The base framework consists of

  • a main library;
  • bindings for CGAL, libigl, OCC, gmsh, and ShapeOp;
  • UI and visualisation packages;
  • CAD integrations for Rhino/GH and Blender; and
  • a collection of developer tools.

COMPAS is Python-based and platform and CAD-software independent. The simplest way to get started with COMPAS is to install the "meta package" compas_framework in a virtual environment with pip.

pip install compas_framework

This will install all of the packages of the base framework, except for the binding for OCC (compas_occ). If you are planning to work with Nurbs and Breps outside of Rhino, you should install compas_occ as well.

conda create -n comaps-dev -c conda-forge compas_occ
conda activate compas_dev
pip install compas_framework

For more information about the packages of the base framework, check out the documentation of compas_framework.

Pinned Loading

  1. compas compas Public

    Main library of the COMPAS framework and CAD integrations for Rhino/GH and Blender.

    Python 347 113

  2. compas_viewer compas_viewer Public

    Viewer for COMPAS based on PyOpenGL and PySide6.

    Python 10 7

  3. compas_occ compas_occ Public

    COMPAS wrapper for the Python bindings of OCC

    Python 22 8

  4. compas_cgal compas_cgal Public

    COMPAS package for working with CGAL.

    C++ 26 7

  5. compas_libigl compas_libigl Public

    COMPAS bindings for libigl.

    C++ 5 8

  6. compas_gmsh compas_gmsh Public

    COMPAS interface for Gmsh

    Python 2 1

Repositories

Showing 10 of 46 repositories
  • compas_invocations2 Public

    Automation of (opinionated) dev tasks

    compas-dev/compas_invocations2’s past year of commit activity
    Python 0 MIT 1 1 1 Updated Sep 18, 2025
  • dfab-link Public
    compas-dev/dfab-link’s past year of commit activity
    Shell 0 MIT 0 0 0 Updated Sep 17, 2025
  • compas Public

    Main library of the COMPAS framework and CAD integrations for Rhino/GH and Blender.

    compas-dev/compas’s past year of commit activity
    Python 347 MIT 113 98 (1 issue needs help) 10 Updated Sep 17, 2025
  • compas_viewer Public

    Viewer for COMPAS based on PyOpenGL and PySide6.

    compas-dev/compas_viewer’s past year of commit activity
    Python 10 7 39 7 Updated Sep 11, 2025
  • compas_libigl Public

    COMPAS bindings for libigl.

    compas-dev/compas_libigl’s past year of commit activity
    C++ 5 MIT 8 1 1 Updated Sep 4, 2025
  • compas_fab Public

    Robotic fabrication package for the COMPAS Framework.

    compas-dev/compas_fab’s past year of commit activity
    Python 118 MIT 36 74 (2 issues need help) 11 Updated Sep 4, 2025
  • compas_package_template Public template

    Cookiecutter template for COMPAS extensions.

    compas-dev/compas_package_template’s past year of commit activity
    Python 6 MIT 5 6 0 Updated Sep 2, 2025
  • compas_ifc Public

    COMPAS package for working with IFC files

    compas-dev/compas_ifc’s past year of commit activity
    Python 16 MIT 3 1 1 Updated Aug 22, 2025
  • compas_eve Public

    COMPAS Event Extensions: adds event-based communication infrastructure to the COMPAS framework.

    compas-dev/compas_eve’s past year of commit activity
    Python 3 MIT 2 1 2 Updated Aug 21, 2025
  • compas_xr_unity_assembly Public

    COMPAS XR: Visualizer app for collaborative robotic assembly

    compas-dev/compas_xr_unity_assembly’s past year of commit activity
    C# 2 MIT 5 0 0 Updated Aug 1, 2025

Top languages

Loading…