melonJS/melonJS: Release 10.8.0

Name: melonJS

Owner: melonJS

Release: v10.8.0

Released: 2022-05-16

License: MIT

Release Assets:

Added

  • Geometry : new RoundRect geometry object
  • Geometry : new Path2D API to provide better abstraction when drawing primitives in WebGL

changed

  • Renderer: refactored the WebGL renderer to use the new Path2D API for primitive drawing

Fixed

  • Core: improve internal object recycling, to fix instance leaking or hoarding by the pool system
  • Input: fix a warning on using passive target disabling swipe on a WebView (thanks @zngb)

To top