Post Processing?

EDIT:
After posting this and figuring out how to use shaders, I created a vignette shader (still working on bloom.) You can read about it with the link below. The GitHub has everything you need to add it, and you should be able to get it working in 5 minutes or less.

I guess this is more of a feature/plugin request than a question. In Unity, there are some filters used for post processing, like Bloom and vignette. Is there a way to get either of these effects in phaser? And, if no, how would I go about making a plugin that would do that (or is it impossible?)

For reference, Bloom basically makes it so that objects that are light get glows around them.

In Phaser 2, the plasma filter seems similar to the Bloom effect but I haven’t seen any filters for phaser 3.

Thanks!

Hi, with phaser3 you can use shaders.


1 Like