Ilya Ashikhmin a52f7bffbf feat(assets): add SVG node set, node-type config and sample document
Water supply group (source, tank, pump, valve, junction, consumer) and
power group (generator, transformer, switch, load) with port configs,
physics property specs, pipe/cable/insulation catalogues and a demo
waterworks document.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-02 23:27:05 +02:00

PipeDiagram — Pipeline Network Diagram Editor

Qt 6 editor for drawing pipeline networks (water, power, …): SVG nodes with typed ports, grid-aligned orthogonal connectors with arc jump-overs, grouped editable properties, styleable edges, and a mock flow simulation with animated flow.

Build

cmake -S . -B build -G Ninja
cmake --build build
./build/src/pipediagram

Test

ctest --test-dir build --output-on-failure

See docs/plan/plan.md for architecture and the feature checklist.

Description
No description provided
Readme 274 KiB
Languages
C++ 98.3%
CMake 1.5%
Makefile 0.2%