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

https://github.com/dylanwal/raytracepy

3D Raytracing Simulation
https://github.com/dylanwal/raytracepy

python raytracing science

Last synced: 12 months ago
JSON representation

3D Raytracing Simulation

Awesome Lists containing this project

README

          

# Reactor Light Simulation Tool

---
---

![PyPI](https://img.shields.io/pypi/v/raytracepy)
![downloads](https://img.shields.io/pypi/dm/raytracepy)
![license](https://img.shields.io/github/license/dylanwal/raytracepy)

This python package contains a raytracing light simulation.

---

## Installation

```
pip install raytracepy
```

## Dependencies
numpy>=1.19.0
numba>=0.53.1
plotly>=5.3.1
scipy>=1.7.1
pandas>=1.4.1
datashader>=0.13.0

---
---

## Examples

See the [examples](examples) folder for alot of details.

Here is some figures that can be produced:

![single](examples/imgs/single_light.png)

![mirror](examples/imgs/single_mirrors.png)

![light array](examples/imgs/light_array.png)

![optimization](examples/imgs/optimization.png)