https://github.com/virtualplantlab/plantgeomprimitives.jl
Meshes and functions to generate geometry primitives
https://github.com/virtualplantlab/plantgeomprimitives.jl
Last synced: 5 months ago
JSON representation
Meshes and functions to generate geometry primitives
- Host: GitHub
- URL: https://github.com/virtualplantlab/plantgeomprimitives.jl
- Owner: VirtualPlantLab
- License: mit
- Created: 2023-06-12T10:36:39.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T11:40:43.000Z (5 months ago)
- Last Synced: 2025-02-17T12:32:36.927Z (5 months ago)
- Language: Julia
- Size: 196 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlantGeomPrimitives
[](https://virtualplantlab.com/stable/api/geometry/)
[](https://virtualplantlab.com/dev/api/geometry/)
[](https://github.com/VirtualPlantLab/PlantGeomPrimitives.jl/actions/workflows/CI.yml)
[](https://codecov.io/gh/VirtualPlantLab/PlantGeomPrimitives.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
[](https://github.com/SciML/ColPrac)
[](https://github.com/SciML/SciMLStyle)
[](https://zenodo.org/doi/10.5281/zenodo.10256584)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 PlantGeomPrimitives.jl with the Julia package manager:
```julia
] add PlantGeomPrimitives
```Or the development version directly from here:
```julia
import Pkg
Pkg.add(url="https://github.com/VirtualPlantLab/PlantGeomPrimitives.jl", rev = "master")
```