Hajime Hoshi/ebiten: Release v1.1.0-rc1
Name: ebiten
Owner: Hajime Hoshi
Release: v1.1.0-rc1
Released: 2015-01-09
License: Apache-2.0
Release Assets:
- 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.