Roadmap in 2020 and later

Hajime Hoshi
2020-07-25

This is the roadmap of Ebiten in 2020 and later. As this is just a plan, we might change this anytime.

Ebiten 1.12 - September, 2020

The most significant new feature is a shader. This enables users to write custom shaders. To make shaders portable, we are developing a new Go-flavored shader language: Kage (影 - a shade in Japanese).

This is an example of a fragment shader in Kage:


    

This is compatible with Go syntax, and you can do go-fmt!

Now we are implementing more bulitin functions and necessary syntax items. Stay tuned.

Ebiten is released about one month after a new Go compiler is released. As Go compiler is regularly released in February and August every year, we release Ebiten in March and September every year, hopefully.

Ebiten 2.0 - November, 2020

This will be the first update of the major version. We don't add drastic changes. Instead, we plan to add quiet changes to reduce the pain for Ebiten users to migrate as much as possible.

Ebiten 2.1 - March, 2021

We want to support Nintendo Switch. We have developed go2cpp, a converter from Go to C++, and we plan to use this.

Ebiten 2.2 - Steptember, 2021

No plan yet. We might support vector graphics or DirectX.