Kumiki¶
Kumiki is a programmatic CAD library for designing timber-framed structures and woodworking joinery in Python. It's used together with kigumi, a VS Code extension for viewing and iterating on your kumiki designs.
For the full kigumi + VS Code setup, see Getting Started.
Where to go next¶
- Concepts — coordinate system, timber/board terminology, and Kumiki's overall design philosophy. Start here if you're authoring designs by hand.
- Pattern Book — the
Patternsystem that powers the kigumi sidebar's built-in joint examples, and how to add your own. - API Reference — every public class and function, generated straight
from the library's docstrings. Everything here is also reachable directly as
kumiki.<name>afterfrom kumiki import *orimport kumiki.
Links¶
- GitHub
- kumiki.build — the kigumi viewer and getting-started guide