A universal UI workflow library.
Neat, beautiful, and easy to use.
-
Support multiple kinds of
EdgeTypes:- SmoothStep: smoothing and rounding corners by the
squircle - StraightStep: straight steps
- Straight: a straight line
- Curve: a bezier curve
- SmoothStep: smoothing and rounding corners by the
-
Adapt to multiple frameworks
-
Support SVG's path output
-
node based: A node-based UI example for Bevy Engine.
cargo run --example node_based -
egui canvas: A simple flow chart for egui.
cargo run --example egui_canvas -
gpui canvas: A simple flow chart for gpui.
cargo run --example gpui_canvas -
makepad canvas: A simple flow chart for makepad.
cargo run --example makepad_canvas
Flowkit is free, open source and permissively licensed! Except where noted (below and/or in individual files), all code in this repository is dual-licensed under either:
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
