RayPy is a physically based renderer in python, and certainly the slowest renderer on earth thanks to python. RayPy purpose are only educational, not for performance.
- Mostly inspired by pbrt.
- Why python ? Just for fun.
- python 3.4
- numpy
- antlr4 for python 3 available here https://pypi.python.org/pypi/antlr4-python3-runtime/
- For antlr4 see here : (install antlr4 runtime for python 3 :https://pypi.python.org/pypi/antlr4-python3-runtime/ with: "pyton setup.py install" )
MIT