kalisio / kdk

The Kalisio Development Kit
https://kalisio.github.io/kdk/
MIT License
22 stars 2 forks source link

Wind incorrectly rendered in Firefox on iPad Pro #995

Open claustres opened 1 day ago

claustres commented 1 day ago

Particle rendering is too much dense and white without any color gradient.

iPadOS 17.6.1.

claustres commented 9 hours ago

Wind rendering relies on canvas composition operations like lighter or destination-in with globalCompositeOperation. There are currently some open bugs related to this in Firefox.

Moreover, it appears that browsers will use hardware acceleration to render canvas content and this bug could also be related to https://github.com/kalisio/kdk/issues/742.