2 unstable releases
0.2.0 | Mar 8, 2023 |
---|---|
0.1.0 | Jan 25, 2023 |
#2074 in Game dev
39KB
793 lines
bevy_bad_sdr_bloom
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 |
Dependencies
~30–65MB
~1M SLoC