v2.8.0 Released

Hajime Hoshi
2024-09-26

v2.8.0 has been released! For more details, please refer to the release notes.

Many thanks to all the contributors and sponsors. Thank you very much!

The main new features in v2.8.0 are as follows:

32-bit Float Audio Stream
Support for 32-bit float format audio has been added. It can be mixed with 16-bit integer format. This may reduce internal conversions and improve performance.
Adding Custom Data to Vertex
The ebiten.Vertex structure has been updated with four new float32 members as custom elements, allowing for more complex processing with custom shaders such as Kage.

We look forward to your feedback!