github pixijs/pixijs v8.1.0

latest release: v8.1.1
23 days ago

💾 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

Don't miss a new pixijs release

NewReleases is sending notifications on new releases.