Resources ========= This section collects official links plus background material on L-systems and training systems referenced by `lpy_treesim`. Project links ------------- - **GitHub**: `https://github.com/OSUrobotics/lpy_treesim `_ - **Issue tracker**: Use the GitHub repo to report bugs or request new tree templates. L-Py and Plant Modeling ----------------------- - **L-Py documentation**: `https://lpy.readthedocs.io/en/latest/ `_ - **OpenAlea/PlantGL**: `https://openalea.readthedocs.io/en/latest/ `_ - **L-Py training notebooks** (official tutorials): `https://github.com/fredboudon/lpy-training `_ - **Foundational paper**: Prusinkiewicz & Lindenmayer, *The Algorithmic Beauty of Plants*, for a deep dive into L-systems. Supporting tooling ------------------ - **Conda documentation**: `https://docs.conda.io/en/latest/ `_ - **Sphinx documentation**: `https://www.sphinx-doc.org/en/master/ `_ - **PLY file format**: `http://paulbourke.net/dataformats/ply/ `_ (useful when post-processing meshes).