What’s New

pixijs v8.15.0-rc

v8.15.0-rcPre-release
Added
  • Allow RenderTexture.create to accept dynamic option
  • Add unload method to reset GPU data
  • Add unified GC
  • Move GPU context storage to GraphicsContext._gpuData
  • Move GPU data to Geometry._gpuData
  • Move GPUData to TextureSource
  • Move GL/GPU buffer storage to Buffer._gpuData and manage buffers list
  • ParticleContainer type improvements
Changed
  • Update text GPU lifecycle and resolution updates
Fixed
  • SVGParser.ts allow negative values for Polygon(s)/polyline(s)
  • Prevent double returning of batches to pool
  • Add error handling for message processing in KTX worker
  • RenderTexture ignoring format setting (WebGL)
  • Add Multiple Render Targets (MRT) support
💾 Download

Installation:

npm install pixi.js@8.15.0-rc

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixijs/compare/v8.14.3...v8.15.0-rc

🎁 Added
🐛 Fixed
New Contributors
View original