github hajimehoshi/ebiten v1.6.0

latest releases: v2.5.0-alpha.12, v2.4.16, v2.5.0-alpha.11...
6 years ago

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

Don't miss a new ebiten release

NewReleases is sending notifications on new releases.