OpenFL 6.5.0 and Lime 5.8.2 released!

Another new release :sunglasses:

Thank you for your feedback, support and keep building :success:

11 Likes

mask在webgl上可以用了 :grinning:
正如你所说有锯齿现象,另外好像效率暂时没有canvas高,因此我们还是采用在canvas下编译运行,期待webgl版本越来越好 :slightly_smiling_face:

Using bitmapData.draw or cacheAsBitmap will currently cause us to use canvas, even on the WebGL target, for certain objects. You may be able to use that to mix both canvas and WebGL on your project :slight_smile:

听起来有点复杂 :grinning: ,随后我们尝试看看 :slightly_smiling_face:

Masking using stencil buffer sounds nice! Are there any examples how to use it?

1 Like

It should work for standard .mask properties. We used to only support stencils (which are always a strict rectangle) but now it should be possible to mask other shapes :slight_smile:

Hi,

after updating to latest openfl and lime I get the following error in certain code paths.

10

Thank you. If fixed I will test mask.

Best regards
Andreas

Try this patch: https://github.com/openfl/openfl/commit/4b53bb0a699bfa57cd43e4515304ed59e09d7328

1 Like

This fixes the error. Thank you!

1 Like

Hi,

I can confirm that masking works!!!

Thank you and best regards
Andreas