Ebiten v2 is coming
As we described in the roadmap, we will release Ebiten v2 this month. v2 includes incompatible changes with v2 in the API, but the others are almost same as v1. For migration from v1 to v2, please see Ebiten v2 migration guide. Basically we plan to add these quiet changes.
- Removing already-deprecated features (e.g.,
Run
) - Removing 'error' returning values from some functions (e.g.,
DrawImage
) - Adding new types to replace integers (e.g.,
GamepadIDs
s will return[]GamepadID
instead of[]int
)
Ebiten v2.0.0-rc.1 has already been released, and you can try that now.
Ebiten v2.0.0 will come at earliest in a week. Stay tuned!