Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

LBNL-ETA/radbsdf

Repository files navigation

Note: radbsdf is no longer maintained, full feature and future development available at pyradiance

radbsdf

radbsdf is a Python wrapper of the Radiance BSDF library which provides functionality for reading and querying tabular BSDF, usually in form of a xml file. radbsdf support both Klems and variable resolution tensor tree basis.

Documentation

Installation

You can install radbsdf by entering the following command in your terminal/cmd/powershell:

pip install radbsdf

Currently, radbsdf is tested with Python 3.6-3.9 on MacOS, Windows, and various Linux platforms.

Alternatively, you can also download/clone this repo to your local environment and install locally:

git clone https://github.com/LBNL-ETA/radbsdf.git
cd radbsdf
pip install .