Skip to content

Releases: furkankly/rataflow

Release list

rataflow-v0.1.0

Choose a tag to compare

@furkankly furkankly released this 18 Aug 11:12
8a467d1

rataflow: Interactive node-based UIs for the terminal.

First release.

rataflow is a library for building node-based UIs in the terminal, from a static diagram to a fully interactive editor. Built on ratatui, inspired by xyflow.

Nodes and edges on a canvas you can pan and zoom, with handles, nested nodes, multi-selection, dragging, and connections drawn with the mouse. It reacts only to the input you forward and returns events describing what happened, so it never mutates the graph behind your back.

The crate compiles to WebAssembly as well. Every example runs in the browser at rataflow.furkankly.dev.