bevy_dither_post_process
A plugin for the Bevy engine which adds a dither post-processing effect.
The effect is implemented as a bilevel ordered dither using a Bayer matrix with a configurable level. It dithers the image to black and white only, and operates on the entire screen.
Screenshots
Configuration Used:
new;
Compatibility
| Crate Version | Bevy Version |
|---|---|
| 0.3 | 0.15 |
| 0.2 | 0.14 |
| 0.1 | 0.13 |
Installation
crates.io
[]
= "0.3"
Using git URL in Cargo.toml
[]
= "https://git.soaos.dev/soaos/bevy_dither_post_process.git"
Usage
In main.rs:
use *;
use bevy_dither_post_process;
When spawning a camera:
commands.spawn;
This effect will only run for cameras which contain this component.
License
This crate is licensed under your choice of 0BSD, Apache-2.0, or MIT license.