Ray Tracing library inspired by three.js
todo
- Monte Carlo Ray Tracing
- Area Lights
- Texture
- Next Event Estimation
- Specular Reflection
- Refraction
- Subsurface Scattering
Current status:
- pybind11
- Python 3
- OpenMP
- Intel CPU
- Ubuntu
- CUDA
- NVIDIA GPU
- C++14 (gcc-6)
pybind11
pip3 install pybind11 --user
OpenMP
sudo apt install libomp-dev