Platform | Clang | MSVC |
---|---|---|
Windows | :heavy_check_mark: | :heavy_check_mark: |
On Windows:
clone the branch PrecomputeAtmosphericScattering
git clone -b PrecomputeAtmosphericScattering https://github.com/hanyangl5/horizon.git
use CMake to generate solution file
cmake -D build .
build and run example/atmosphere
latest update is under branch main