Metadata-Version: 2.2
Name: bray
Version: 0.0.1
Summary: Batch Raytracing
Author-Email: Jonas Eschmann <jonas.eschmann@gmail.com>
License: MIT
Requires-Dist: numpy
Description-Content-Type: text/markdown

# Raytrace

Tested in Docker and Natively (Ubuntu 24.04)

```
docker run --gpus all -it --rm -v $(pwd):/raytrace nvidia/cuda:13.1.1-devel-ubuntu24.04
```

### Install
```
apt update
export DEBIAN_FRONTEND=noninteractive
apt install -y python3 python3-pip git libassimp-dev
pip install -e raytrace/ --break-system-packages
```

### Run Example
```
pip install Pillow --break-system-packages
cd raytrace
python3 examples/procthor.py
```