Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/virtualplantlab/plantviz.jl

Visualization of 3D meshes
https://github.com/virtualplantlab/plantviz.jl

Last synced: about 2 months ago
JSON representation

Visualization of 3D meshes

Awesome Lists containing this project

README

        

# PlantViz

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://virtualplantlab.com/stable/api/viz/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://virtualplantlab.com/dev/api/viz/)
[![CI](https://github.com/VirtualPlantLab/PlantViz.jl/actions/workflowsCI.yml/badge.svg)](https://github.com/VirtualPlantLab/PlantViz.jl/actions/workflowsCI.yml)
[![Coverage](https://codecov.io/gh/VirtualPlantLab/PlantViz.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/VirtualPlantLab/PlantViz.jl)
[![SciML Code Style](https://img.shields.io/static/v1?label=code%20style&message=SciML&color=9558b2&labelColor=389826)](https://github.com/SciML/SciMLStyle)
[![ColPrac: Contributor's Guide on Collaborative Practices for Community Packages](https://img.shields.io/badge/ColPrac-Contributor's%20Guide-blueviolet)](https://github.com/SciML/ColPrac)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
[![DOI](https://zenodo.org/badge/661695336.svg)](https://zenodo.org/doi/10.5281/zenodo.10256576)

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](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 PlantViz.jl with the Julia package manager:

```julia
] add PlantViz
```

Or the development version directly from here:

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