summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..329ad72
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Dotavious
+
+A library for generating Graphviz DOT language files for graphs.
+
+
+## Research
+
+- https://github.com/HongxuChen/dot-rs/blob/master/src/lib.rs
+- https://github.com/lk-chen/dot_parse-rust
+- https://github.com/dylanowen/mdbook-graphviz
+- https://github.com/petgraph/petgraph/blob/master/src/dot.rs
+
+
+I'm not in love with this API design. Will work on building an alternative and see how it goes
+Read https://graphviz.org/doc/info/lang.html
+
+https://www.graphviz.org/pdf/dotguide.pdf \ No newline at end of file