Skip to content

v1.9.0

Compare
Choose a tag to compare
@GMartigny GMartigny released this 22 Jul 09:16
· 255 commits to master since this release
  • ⚠️ Breaking change ⚠️ Offscreen-canvas is now parent to Scene and inherit from Container. It means an Offscreen-canvas act like a Scene without attaching a canvas and without managing pointer.
  • Particles constructor accept a new callback parameter. This callback will be called on each particle draw.
  • Performance improved with Container with a lot of children.
  • Fill some missing documentation.