28 lines
870 B
Markdown
28 lines
870 B
Markdown
# This needs a title
|
|
|
|
## Highest priority:
|
|
|
|
- Fix my new ADTs for meshes. It's working for the cube example
|
|
(which doesn't touch exit groups/exit vertices) but not for the
|
|
`curve_horn_*` one.
|
|
- Fix `OpenMesh.connect()`.
|
|
- Continue converting `curve_horn_*`.
|
|
- Consider trampolining to_mesh. My call stack seems needlessly deep
|
|
in spots.
|
|
|
|
## 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)
|
|
- Actual Rust-style docs!
|
|
|
|
## If I'm bored:
|
|
|
|
- Fix links in tri_mesh docs that use relative paths & do a PR?
|
|
- Look in https://www.nalgebra.org/quick_reference/# for "pour
|
|
obtain". Can I fix this somehow? Looks like a French-ism that made
|
|
its way in.
|