Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/virtualplantlab/plantviz.jl
- Owner: VirtualPlantLab
- License: mit
- Created: 2023-07-03T12:48:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-23T10:15:28.000Z (12 months ago)
- Last Synced: 2024-04-24T15:24:07.077Z (9 months ago)
- Language: Julia
- Size: 205 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")
```