https://github.com/virtualplantlab/plantraytracer.jl
Ray tracing of 3D meshes (not for visualization)
https://github.com/virtualplantlab/plantraytracer.jl
Last synced: 4 months ago
JSON representation
Ray tracing of 3D meshes (not for visualization)
- Host: GitHub
- URL: https://github.com/virtualplantlab/plantraytracer.jl
- Owner: VirtualPlantLab
- License: mit
- Created: 2023-09-05T09:35:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T10:22:45.000Z (7 months ago)
- Last Synced: 2025-02-20T21:22:14.828Z (4 months ago)
- Language: Julia
- Size: 243 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlantRayTracer
[](https://virtualplantlab.com/stable/api/raytracer/)
[](https://virtualplantlab.com/dev/api/raytracer/)
[](https://github.com/VirtualPlantLab/PlantRayTracer.jl/actions/workflows/CI.yml)
[](https://codecov.io/gh/VirtualPlantLab/PlantRayTracer.jl)
[](https://github.com/SciML/SciMLStyle)
[](https://github.com/SciML/ColPrac)
[](https://github.com/JuliaTesting/Aqua.jl)
[](https://zenodo.org/doi/10.5281/zenodo.10256580)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 PlantRayTracer.jl with the Julia package manager:
```julia
] add PlantRayTracer
```Or the development version directly from here:
```julia
import Pkg
Pkg.add(url="https://github.com/VirtualPlantLab/PlantRayTracer.jl", rev = "master")
```