Hajime Hoshi/ebiten: Release v1.10.0
Name: ebiten
Owner: Hajime Hoshi
Release: v1.10.0
Released: 2019-11-02
License: Apache-2.0
Release Assets:
- New features
- A new command
ebitenmobile
ebitenmobile
is a command that makes it eaiser to develop mobile applications with Ebiten. See the website for more details.
- Metal on iOS
- Now Ebiten uses Metal instead of OpenGL on iOS. (Issue 737)
- A new command
- Performance improvement
- Breaking change
- Now games on browsers automatically adjust its scale as if
SetFullscreen(true)
is called.
- Now games on browsers automatically adjust its scale as if
- Bug fix