Hajime Hoshi/ebiten: Release v1.6.0

Name: ebiten

Owner: Hajime Hoshi

Release: v1.6.0

Released: 2018-02-03

License: Apache-2.0

Release Assets:

Issues for 1.6.0

  • Add new packages
    • audio/mp3 - MP3 decoding
    • text - Text rendering
  • New APIs
    • SetFullscreen - Make the screen fullscreen
    • IsFullscreen
    • SetRunnableInBackground - Make the game run even when the window is not active
    • IsRunnableInBackground
    • InputChars - Detect input text instead of keys
    • GamepadIDs - Get the current gamepad IDs
    • DeviceScaleFactor - Get the device scale factor, that is more than 1 on high-DPI displays
  • Deprecate APIs
    • SetCursorVisibility - Use SetCursorVisible instead
    • (*ColorM).Monochrome - Use ChangeHSV(0, 0, 1) instead
  • Bug fix
  • Speed optimization

To top