Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.76 KB

File metadata and controls

30 lines (23 loc) · 1.76 KB

PlantGeomPrimitives

Stable Dev CI Coverage Aqua QA ColPrac SciML Code Style DOI

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. Users should install instead the interface package VirtualPlantLab.jl.

1. Installation

You can install the latest stable version of PlantGeomPrimitives.jl with the Julia package manager:

] add PlantGeomPrimitives

Or the development version directly from here:

import Pkg
Pkg.add(url="https://github.com/VirtualPlantLab/PlantGeomPrimitives.jl", rev = "master")