github hajimehoshi/ebiten v1.7.0

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

Issues for 1.7.0

  • New feature
    • Speed optimization by automatic shared texture: in other words, texture atlas is automatically created and draw calls are much reduced.
    • gomobile build, gomobile install is now acceptable!
    • All the examples work with gopherjs serve and jsgo Playground
    • New environment variables
      • EBITEN_SCREENSHOT_KEY - specifies the key to take a screenshot.
      • EBITEN_INTERNAL_IMAGES_KEY - specifies the key to dump all the internal images.
  • New packages
    • inpututil - Input utility (e.g. detecting if a keys is just pressed in the current frame)
  • New APIs
  • Deprecate APIs
  • Bug fix
    • Some issues on the Ogg decoder.
    • Improve portability
  • Speed optimization

Don't miss a new ebiten release

NewReleases is sending notifications on new releases.