Source Code Download
We provide a standalone C++ 17 implementation of the proposed sky radiance model. It contains the model library together with a simple example renderer and a GUI frontend to illustrate how to use the library:
The range of atmospheric configurations that the model can render depends on the supplied dataset. Here is a version of the dataset presented in this paper, i.e. ground level with the extended range of wavelengths including the near-infrared:
Google Drive with the near-infrared dataset
Note that the implementation is compatible with all datasets previously released for the Prague Sky Model.
There is also a Python implementation created by Evripidis Gkanias from the University of Edinburgh. It comes in two versions: with GUI and lightweight without GUI.