- 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