This package is a component of the VPL ecosystem. It implements and ray tracer algorithm for simulating light interception by plants. This package is a component of the Virtual Plant Lab. Users should install instead the interface package VirtualPlantLab.jl.
You can install the latest stable version of PlantViz.jl with the Julia package manager:
] add PlantViz
Or the development version directly from here:
import Pkg
Pkg.add(url="https://github.com/VirtualPlantLab/PlantViz.jl", rev = "master")