Skip to content

gramaziokohler/compas-make2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COMPAS Make2D

A "Make2D" implementation for COMPAS: import 3D models and export a 2D projection to SVG.

Installation

This project uses uv for dependency management.

# Install the project and dependencies
uv sync

Usage

You can use the CLI tool to generate 2D projections.

# Run the tool
uv run compas-make2d path/to/model.obj path/to/output.svg

Development

To set up the development environment:

# Install development dependencies
uv sync --dev

# Run linting
uv run ruff check .

License

MIT License. See LICENSE for details.

Copyright (c) 2026 ETH Zurich, Gramazio Kohler Research.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages