File: README

package info (click to toggle)
ganv 1.4.2~dfsg0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,244 kB
  • ctags: 2,603
  • sloc: python: 12,783; ansic: 5,830; cpp: 3,981; sh: 214; makefile: 28
file content (15 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Ganv
====

Ganv is an interactive Gtk 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>