| Crates.io | tonemap |
| lib.rs | tonemap |
| version | 0.0.4 |
| created_at | 2020-10-24 13:00:28.333035+00 |
| updated_at | 2020-10-24 14:29:40.723538+00 |
| description | A collection of tonemapping algorithms |
| homepage | |
| repository | https://github.com/VZout/tonemap/tree/main |
| max_upload_size | |
| id | 305003 |
| size | 3,868 |
A collection of tone mapping algorithms for Rust
use tonemap::filmic::*;
0f32.filmic();
[0f32, 0f32, 0f32].filmic();
glam::Vec3::zero().filmic();
// ...
The tone mapping traits are implemented for the following libraries as well:
| feature | library |
|---|---|
glam_support |
glam |
spirv-std-support |
spirv-std |