Hajime Hoshi
Hajime Hoshi
https://github.com/go-gl/glfw/pull/361
Requested by @nadimkobeissi
In the future, I want to unify the format to float32 streams...
How to render texts with a left-upper position is a very frequently asked question. Having a utility function to do so would be a great feature. Let's think about APIs...
EDIT (2025-04-04): `(*Player).Close` might be helpful to reduce memory usage, but I'm now skeptical about this. Rather, I'm worried about misusages (e.g. duplicated Close calls is invalid https://github.com/hajimehoshi/ebiten/issues/3219). What about...
Images from `AppendGlyphs` should not be modified since they are from a cache and might be reused. To avoid problems, should we have a read-only property for an Ebiten image?
When a window is a transparent window, OpenGL is used as the fallback. Fix the DirectX driver for the transparent window.