summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f167deb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+Ganv
+====
+
+Ganv is an interactive Gtk canvas widget for graph-based interfaces (patchers,
+modular synthesizers, finite state automata, interactive graphs, etc).
+For more information, see <http://drobilla.net/software/ganv>.
+
+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.
+
+ -- David Robillard <d@drobilla.net>