"
"
"" " "
"""
"/""""
|"/""""
""\""""O""
" ""|""|""
" ""\""/"
"\|/ "
Y
O
/|\
Q: What is this?
A: A repository for fvt, the command-line utility for generating fvtrees, using the fvtree library, which is also stored here.
Q: Okay, what's an "fvtree"?
A: They are simple, 2D trees (the wood kind), rendered in text.
Q: Why "fvtree"?
A: It sounded catchy. I couldn't think of a better name.
Q: Why did you use vec for the text_canvas? A HashMap would've been much easier to implement.
A: It would've! There are trade-offs between the two, but either is probably fine.
Q: What's the specification for an fvtree?
A: It's in development.
You may find the website here: https://falliblevagrant.github.io/fvtree for a bit more information and to see some random trees.
Future development will be on Codeberg https://codeberg.org/FallibleVagrant/fvtree.