Hajime Hoshi/ebiten: Release v1.2.0-rc1

Name: ebiten

Owner: Hajime Hoshi

Release: v1.2.0-rc1

Released: 2016-02-16

License: Apache-2.0

Release Assets:

  • Added support for gamepads on desktops and browsers
  • Added support for touch events on browsers
  • Added new functions for image rendering:
    • Image.ReplacePixels
    • GeoM.Rotate
    • ColorM.RotateHue
  • Added some experimental packages:
    • exp/audio: Play music and sound
    • exp/gamepad: Useful functions to configure gamepads
    • These packages are experimental and we don't guarantee backward compatibility.
  • Deprecated some APIs:
    • TranslateGeo (Use GeoM's Translate instead)
    • ScaleGeo (Use GoeM's Scale instead)
    • RotateGeo (Use GoeM's Rotate instead)
    • TranslateColor (Use ColorM's Translate instead)
    • ScaleColor (Use ColorM's Scale instead)
    • RotateHue (Use ColorM's RotateHue instead)
  • Fixed some bugs
  • Performance optimization

To top