https://github.com/virtualplantlab/plantgeomturtle.jl
Generate geometry meshes from graphs using turtle algorithms
https://github.com/virtualplantlab/plantgeomturtle.jl
Last synced: 4 months ago
JSON representation
Generate geometry meshes from graphs using turtle algorithms
- Host: GitHub
- URL: https://github.com/virtualplantlab/plantgeomturtle.jl
- Owner: VirtualPlantLab
- License: mit
- Created: 2023-06-16T12:58:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T10:21:32.000Z (7 months ago)
- Last Synced: 2025-02-20T21:22:09.384Z (4 months ago)
- Language: Julia
- Size: 206 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlantGeomTurtle
[](https://virtualplantlab.com/stable/api/turtle/)
[](https://virtualplantlab.com/dev/api/turtle/)
[](https://github.com/VirtualPlantLab/PlantGeomTurtle.jl/actions/workflows/CI.yml)
[](https://codecov.io/gh/VirtualPlantLab/PlantGeomTurtle.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
[](https://github.com/SciML/ColPrac)
[](https://github.com/SciML/SciMLStyle)This package is a component of the VPL ecosystem. It implements algorithms for procedural
generation of plant geometry from graphs using turtle graphics. This package is a component
of the [Virtual Plant Lab](http://virtualplantlab.com/). Users should install instead the
interface package [VirtualPlantLab.jl](https://github.com/VirtualPlantLab/VirtualPlantLab.jl).# 1. Installation
You can install the latest stable version of PlantGeomTurtle.jl with the Julia package manager:
```julia
] add PlantGeomTurtle
```Or the development version directly from here:
```julia
import Pkg
Pkg.add(url="https://github.com/VirtualPlantLab/PlantGeomTurtle.jl", rev = "master")
```