prosha/README.md
Chris Hodapp 751f772897 Fixed some examples, then broke them further.
I need to add in some sort of parent vertex mapping layer.
2020-02-21 21:46:26 -05:00

885 B

This needs a title

Highest priority:

  • See ram_horn_* and curve_horn_* TODOs: these are both solved by some sort of parent-vertex-mapping layer. The only other way around this that I need is to require that rule functions exist in explictly separate forms.
  • Consider trampolining to_mesh. My call stack seems needlessly deep in spots. Can I make tail-recursive?

Important but less critical:

  • 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. See examples.py.
  • Actual Rust-style docs!

If I'm bored: