Skip to content

v0.9.0

Latest

Choose a tag to compare

@jsulpis jsulpis released this 25 Oct 14:50
· 3 commits to main since this release

compare changes

🚀 Enhancements

  • postprocessing: Add a trails effect (eb218e7)
  • Add hooks for initialize and resize (8e0d56f)
  • Allow to render without clearing the canvas (4c23a83)
  • Add a blending option and assume premultiplied alpha everywhere (4c81351)

🩹 Fixes

  • Don't resize the canvas if it has width and height attributes (b1c6b77)
  • Wrong before/after hooks in useWebGLCanvas (9753b7d)

💅 Refactors

  • Simplify the use of callback functions (4f5f4fb)

📖 Documentation

  • Add tone mapping in the bloom example (7c3b3b4)

🏡 Chore

  • Setup analytics (e82387a)
  • Add a test for premultiplied alpha (bc5a05e)