gabefork/pacific
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Pacific Pacific is an implementation of radiance cascades, a high quality, performant rendering technique for global illumination. ## Installation To run, make sure that you have [Rust](https://www.rust-lang.org/) installed: ``` rustup --version ``` Then: ``` git clone https://github.com/gabefork/pacific.git cd pacific cargo run --release ```