Skip to content

v8.1.0

Latest
Compare
Choose a tag to compare
@Zyie Zyie released this 09 Apr 13:38

馃捑 Download

Development Build:

Production Build:

Documentation:

Changed

v8.0.5...v8.1.0

馃毃 NOTE 馃毃

In this update, we've opted to switch the default renderer from WebGPU to WebGL when utilizing autoDetectRenderer. This decision stems from a few reports highlighting inconsistent behavior with WebGPU across various browsers. While we're enthusiastic about WebGPU, browser compatibility still needs to mature.

By defaulting to WebGL, we are aiming to ensure a smoother and more consistent experience for the majority of users, minimizing the potential for disruptions.

This change should be seamless transition for most users and If you still want to use the WebGPU renderer then you can easily do so:

await app.init({
    // ... other renderer options    
    preference: 'webgpu'
})

馃巵 Added

馃悰 Fixed