Hi,
I'm trying to implement the pixi-v4 filters in phaser 2 (CE Version).
I'm especially interested in this one: https://github.com/pixijs/pixi-filters/tree/master/filters/zoom-blur
I've noticed this example (http://phaser.io/examples/v2/filters/pixi-filter) in phaser 2 is outdated/not working (link to pixi filter is wrong). Even when i fix the link (e.g. https://github.com/photonstorm/phaser/blob/v2.6.2/filters/pixi/RGBSplitFilter.js) the filter gives an error because pixi is not included.
So I'm wondering what is the right method to do it.
I guess the main questions here are:
is pixi-v4 filters compatible with phaser-v2 method of importing of pixi filters?
if yes, where are the new filters (interested in the zoom-blur one: https://github.com/pixijs/pixi-filters/tree/master/filters/zoom-blur)?
if not, any pointers how to port them?
Thanks!