Filters in html5

Hi,

I have read other topics related but I was not able to see how we can have the equivalent of glowFilter working for html5 target.
it seems we have to use shaders but I didn’t find any documentation explaining how they work.

Is anyone can explain it to me ?

Regards

We should have GlowFilter working right now in software, it is not perfect, but it works okay for a glow around the object, in simple tests

Hi,

Thanks for your answer. I updated to openFL 7 to check this and since, I can’t compile anymore

This issue in html5 : C:/HaxeToolkit/haxe/lib/lime/6,0,1/lime/graphics/ImageBuffer.hx:13: characters 7-32 : Type not found : js.html.Uint8ClampedArray

in flash : C:\HaxeToolkit\haxe\std/flash/xml/XML.hx:25: characters 41-62 : Type not found : flash.utils.Namespace

Regards,

Are you on Windows? I’ve seen this problem before:

You may consider commenting on the issue, if you know any specifics about your version of Haxe, or if you use FlashDevelop, or other details.

The fix is to reinstall Haxe over the top of the old copy, and it should fix it

It works, thanks a lot