From 56ac22e1380fd8992fd5eb3d567714c7fe1d0bdd Mon Sep 17 00:00:00 2001 From: Chris Hodapp Date: Fri, 14 Feb 2020 16:59:46 -0500 Subject: [PATCH] Add some notes --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b532bf4..5f2867f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,21 @@ -- `curve_horn_*`: actually *combine* geometry properly. +# This needs a title -- Why is MeshBuilder so slow? Am I certain I'm not giving it a lot of - redundant geometry? +## Highest priority: +- Fix `OpenMesh.connect()`. +- Continue converting `curve_horn_*`. +- Migrate away from `tri_mesh` because its MeshBuilder is so slow. + Perhaps use [stl_io](https://docs.rs/stl_io/0.4.2/stl_io/) instead. + +## Important: + +- Grep for all TODOs in code, really. - 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! +## If I'm bored: + - Fix links in tri_mesh docs that use relative paths & do a PR?