diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +Ganv +---- + +Ganv is an interactive Gtkmm canvas widget for graph-based interfaces +(patchers, modular synthesizers, finite state automata, interactive graphs, +etc). + +Ganv provides classes for "Modules" (boxes with "Ports"), Circles, and +Edges (lines that connect either Ports or Circles). The user can rearrange +items, or Ganv can automatically arrange items using GraphViz. Edges can +be made by the user one at a time with the mouse, or in groups using the mouse +and keyboard. + +For more information, see <http://drobilla.net/software/ganv>. + + -- David Robillard <d@drobilla.net> |