Skip to content

howetuft/LuxCoreWheel

Repository files navigation

A Python package to expose LuxCoreRender Python API.

LuxCoreRender

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 Python API - pyluxcore

LuxCore is written in C++, but also provides Python bindings. This package is just a thin wrapper around those bindings.

Install

pip install pyluxcore

License

This package is released under Apache 2.0 license.