summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorseancarroll <seanc28@gmail.com>2020-12-05 16:11:37 -0600
committerseancarroll <seanc28@gmail.com>2020-12-05 16:11:37 -0600
commit401fc582be8928b12815202e4061878b5631312f (patch)
tree2da507c00d32509b8af45e7c2155e7367fc3eee8 /README.md
downloaddotavious-401fc582be8928b12815202e4061878b5631312f.zip
initial commit
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