Skip to content

rinx/atmospheric-rendering-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atmospheric-rendering-rs

This is an experimental project to render atmospheric scenes written in Rust.

Currently, it calculates only Rayleigh and aerosol components under plane-parallel approximation and single-scattering approximation.

This code is based on the non-public code used in the internal workshop in CAOS RCP group of Tohoku University. The original code was written in Fortran 90.

Usage

To compile,

$ cargo build --release

Edit config.yaml and run the program.

$ target/release/atmospheric-rendering-rs config.yaml

The result will be appear as image.png.

Examples

examples/scene1/config.yaml scene1


examples/scene2/config.yaml scene2


examples/scene3/config.yaml scene3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages