Docs · Engines

WireViz

Compatible with WireViz

Cable-harness diagrams for hardware engineering. Declare `connectors` and `cables` in YAML, list the `connections` between pin/wire pairs, and WireViz produces an annotated wiring schematic with conductor colours, pin labels, and a bill-of-materials. The first-class way to document any wiring loom — robotics, automotive, audio, lab rigs.

Templates
2
Source language
yaml
Workstation
Studio
Engine id
wireviz

In the same space

Most users come to WireViz from Hand-drawn harness diagrams or Visio cable templates. Glyph runs this engine in the browser — no install, shareable via URL, exportable to PNG / SVG / PDF / source.

Syntax at a glance

connectors:
  X1: {type: D-Sub, subtype: female, pincount: 9}
cables:
  W1: {wirecount: 9, length: 1.0}

Paste this in the Studio code pane to see WireViz render live. The full grammar is at the upstream-docs link above.

Sample templates

All 2
Engine reference: wireviz · ← Browse all engines · Quick-start guide