Skip to content

Repository files navigation

Co-Authoring Timber: Humans, Algorithms, and Robots

CAADRIA 2026 - Workshop B01

CAADRIA 2026

Prerequisites

Please install the following two tools before the workshop. Use the official guides linked below — they walk you through every step.

1. Git

Downloads and keeps the workshop files up to date.

2. Docker Desktop

Runs the Antikythera Orchestrator and its dependencies.


Getting the Workshop Files

Once Git is installed, open Terminal (Mac) or Command Prompt (Windows) and run:

git clone https://github.com/gramaziokohler/workshop_caadria_2026.git

Grasshopper

The example files and libraries are compatible with Rhino 8 only.

For all the example files to work properly, please first run examples/00_install.gh in Grasshopper. This will install the required libraries and dependencies.

Starting the Orchestrator

  1. Make sure Docker Desktop is open and running (you should see the whale icon 🐳 in your menu/taskbar).
  2. In your terminal, navigate into the workshop folder:
    cd workshop_caadria_2026
    
  3. Start all the containers:
    docker compose -f docker/docker-compose.yml up -d
    
  4. Open your browser and go to http://localhost to access Antikythera interface.

To stop the containers when you're done:

docker compose -f docker/docker-compose.yml down

Coding with VS Code

If you wish to use the provided libraries outside of Rhino/Grasshopper, these can be installed with uv and the provided pyproject.toml file.

Then in the terminal, navigate to the workshop folder and run:

uv sync

About

COMPAS Timber workshop at CAADRIA 2026

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages