bevy_bad_sdr_bloom

Crates.iobevy_bad_sdr_bloom
lib.rsbevy_bad_sdr_bloom
version0.2.0
sourcesrc
created_at2023-01-25 02:22:22.228267
updated_at2023-03-08 05:03:02.893004
descriptionBevy plugin for a bloom-like glow effect that works with WebGL2
homepagehttps://github.com/rparrett/bevy_bad_sdr_bloom
repositoryhttps://github.com/rparrett/bevy_bad_sdr_bloom
max_upload_size
id767082
size127,825
Rob Parrett (rparrett)

documentation

https://docs.rs/bevy_bad_sdr_bloom

README

bevy_bad_sdr_bloom

crates.io Bevy tracking

screenshot of some glowy 2d shapes

This is probably a bad idea, but I took Bevy 0.9's bloom and

  • replaced all the 16-bit float textures with Rgba8UNorm
  • used a bunch of textures instead of mips

So that it would work with WebGL2.

This isn't quite bloom anymore, but you can use it to make stuff sort of glowy if you want.

Compatibility

bevy bevy_bad_sdr_bloom
0.10 0.2
0.9 0.1
Commit count: 18

cargo fmt