| Crates.io | wpp |
| lib.rs | wpp |
| version | 0.0.1 |
| created_at | 2023-01-15 15:05:01.14007+00 |
| updated_at | 2023-01-15 15:05:01.14007+00 |
| description | A collection of post-processing effects for wgpu. |
| homepage | |
| repository | https://github.com/FrankenApps/wpp |
| max_upload_size | |
| id | 759520 |
| size | 82,989 |
wppFlexible and reusable post-processing effects for wgpu.
The name wpp is an acronym for wgpu post-processing and it basically does what it says. This library will provide a collection of post-processing effects that you can easily integrate into your rendering pipeline.
wgsl and pure Rust onlywgpu| Name | Description |
|---|---|
grayscale |
A grayscale post-processing effect mainly used for API testing. |
By default all effects are enabled. However you can selectively enable a subset of available effects by using default-features = false and then enabling the desired effect(s) manually using the above cargo features.
Whenever a change is made, the following commands should be (successfully) run before commiting:
cargo testcargo clippycargo fmtAll code in this repository is dual-licensed under either:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.