Skip to content

v1.1.0-rc1

Compare
Choose a tag to compare
@hajimehoshi hajimehoshi released this 26 Jun 15:53
· 9321 commits to main since this release
  • Support for web browsers: Ebiten now includes support for web browsers with GopherJS.
  • Some API has changed:
    • ImagePart is deprecated. Use ImageParts interface instead.
    • ColorM.Element and GeoM.Element's recievers changed from structs to pointers.
    • A lot of keyboard keys have been added. KeyMax and MouseButtonMax were removed.
  • The game is stopped when the window is not active.