A Python package to expose LuxCoreRender Python API.
LuxCoreRender is a physically correct, unbiased rendering engine. It is built on physically based equations that model the transportation of light. This allows it to accurately capture a wide range of phenomena which most other rendering programs are simply unable to reproduce.
You can find more information about at: https://www.luxcorerender.org
Sources can be found here: https://github.com/LuxCoreRender/LuxCore
LuxCore is written in C++, but also provides Python bindings. This package is just a thin wrapper around those bindings.
pip install pyluxcore
This package is released under Apache 2.0 license.