Bluefishjs: A diagram drawing framework for JavaScript

20 fanf2 2 6/24/2025, 5:42:04 PM bluefishjs.org ↗

Comments (2)

madmaniak · 5h ago
What's wrong with SVG?
WorldMaker · 4h ago
This is a higher level toolkit for building SVGs of diagrams, like GraphViz or Mermaid. Compared to Mermaid, explicitly, it is more "mid-level" like Processing/P5.js or D3.js, higher concepts than raw shapes, but lower concepts than DSLs explicitly for GANTT charts or flowcharts.

Compared to P5.js or D3.js, Bluefish uses a React-inspired tree (and its SolidJS library even supports JSX, just not its vanilla approach) more than "turtle commands".