annie

Results 4 comments of annie

I recently published a crate that solves the "emulating colorblindness" part and I was asked to drop the link here: [bevy_color_blindness](https://crates.io/crates/bevy_color_blindness). It's based on [this](https://www.alanzucconi.com/2015/12/16/color-blindness/) article by Alan Zucconi. I...

Sure! How does the process work? Do I make a PR that adds the whole crate inside `crates/`? Or would we want a `bevy_accessibility` crate that has it as a...

That makes sense! I don't think it can be in `bevy_render`, since it depends on `Material2d` from `bevy_sprite` and `UiCameraConfig` from `bevy_ui`, and when I try to use them, Cargo...