A graphical dataflow editor built using GLV for the GUI functionality and the Dataflow library (http://www.dancinghacker.com/code/dataflow/) for the dataflow framework.This demo application is a port of the FLTK-based example shown here:http://www.dancinghacker.com/code/dataflow/dataflow/blueprint/examples/fltk_gui.html
A visual graph editor built using GLV for the GUI functionality and the Dataflow library (http://www.dancinghacker.com/code/dataflow/) for access to the BGL graph.This demo uses operates directly on a Boost Graph library graph through a Dataflow library support layer.
A graphical dataflow editor built using GLV for the GUI functionality and the Dataflow library (http://www.dancinghacker.com/code/dataflow/) for the dataflow framework.This demo uses the Dataflow.Managed framework.