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:
- Add new packages
audio/mp3
- MP3 decodingtext
- Text rendering
- New APIs
SetFullscreen
- Make the screen fullscreenIsFullscreen
SetRunnableInBackground
- Make the game run even when the window is not activeIsRunnableInBackground
InputChars
- Detect input text instead of keysGamepadIDs
- Get the current gamepad IDsDeviceScaleFactor
- Get the device scale factor, that is more than 1 on high-DPI displays
- Deprecate APIs
SetCursorVisibility
- UseSetCursorVisible
instead(*ColorM).Monochrome
- UseChangeHSV(0, 0, 1)
instead
- Bug fix
- Speed optimization