Ebiten v2 is coming
Ebiten v2 がやってくる
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.
ロードマップでの目論見通り、今月中に v2 がリリースされます。 v2 は v1 の API とは互換性のない変更を含みますが、その他はほぼすべて同じです。v1 から v2 への移行については、 Ebiten v2 移行ガイドを参照してください。基本的に次のような、おとなしめの変更がはいります。
- Removing already-deprecated features (e.g.,
Run
) - すでに廃止予定の機能を削除 (例:
Run
) - Removing 'error' returning values from some functions (e.g.,
DrawImage
) - いくつかの関数から、戻り値のエラーを削除 (例:
DrawImage
) - Adding new types to replace integers (e.g.,
GamepadIDs
s will return[]GamepadID
instead of[]int
) - 整数型に代わる新しい型を追加 (例:
GamepadIDs
が[]int
の代わりに[]GamepadID
を返すようになる)
Ebiten v2.0.0-rc.1 has already been released, and you can try that now.
Ebiten v2.0.0-rc.1 はすでにリリース済みで、すぐに試すことができます。
Ebiten v2.0.0 will come at earliest in a week. Stay tuned!
Ebiten v2.0.0 は早くて一週間後リリース予定です。お楽しみに!