melonJS/melonJS: Release 14.3.0

Name: melonJS

Owner: melonJS

Release: v14.3.0

Released: 2022-12-30

License: MIT

Release Assets:

Added

  • Core: its now possible to specify a custom renderer (that extends the default Renderer class)

Changed

  • General: further code revamping to make melonJS more modular and allow instantiation of different app/games
  • Physic: new Detector class instantiated by each physic world instance to detect and solve collisions

Fixed

  • Core: fix missing TS definitions when publishing on NPM (following changes in #1162)
  • Doc: fix fps type in the World class

To top