Bluefish: Composing Diagrams with Declarative Relations
Josh Pollock, Catherine Mei, Grace Huang, Elliot Evans, Daniel Jackson, Arvind Satyanarayan
TL;DR
Bluefish introduces a relational diagramming framework that replaces traditional UI components with overlapping, declarative relations, enabling expressive, domain-aligned diagrams while preserving declarativity and composability. It extends tree-based scenegraphs to compound graphs that capture both hierarchical and adjacency relationships, using lazy coordinate transforms and dimension-based ownership to manage under/overconstrained layouts. A diverse gallery demonstrates practical utility across domains and shows linear layout-time scaling, with comparative analyses against Penrose and Basalt highlighting tradeoffs between locality and expressiveness. The work argues for a practical, extensible diagramming platform that blends UI-layout ideas with diagram-specific needs, and it outlines future directions including interactive capabilities and richer notational semantics.
Abstract
Diagrams are essential tools for problem-solving and communication as they externalize conceptual structures using spatial relationships. But when picking a diagramming framework, users are faced with a dilemma. They can either use a highly expressive but low-level toolkit, whose API does not match their domain-specific concepts, or select a high-level typology, which offers a recognizable vocabulary but supports a limited range of diagrams. To address this gap, we introduce Bluefish: a diagramming framework inspired by component-based user interface (UI) libraries. Bluefish lets users create diagrams using relations: declarative, composable, and extensible diagram fragments that relax the concept of a UI component. Unlike a component, a relation does not have sole ownership over its children nor does it need to fully specify their layout. To render diagrams, Bluefish extends a traditional tree-based scenegraph to a compound graph that captures both hierarchical and adjacent relationships between nodes. To evaluate our system, we construct a diverse example gallery covering many domains including mathematics, physics, computer science, and even cooking. We show that Bluefish's relations are effective declarative primitives for diagrams. Bluefish is open source, and we aim to shape it into both a usable tool and a research platform.
