From 48e852220758c2991b3973c938cbaca4b7a056b5 Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Tue, 14 Jan 2020 18:08:58 -0500 Subject: [PATCH] Added forgotten README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6eb4745 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +- `curve_horn_*`: actually *combine* geometry properly. + +- Look at everything in README.md in automata_scratch. +- Implement some of the tougher examples from the above too, e.g. the + triple nested spiral +- Lots of Rust-kosher refactoring (once I understand Rust better) +- Grep for all TODOs in code, really +- Actual Rust-style docs! + +- Fix links in tri_mesh docs that use relative paths & do a PR?