Hajime Hoshi

Results 343 issues of Hajime Hoshi

feature
help-wanted
request

Requested by @nadimkobeissi

feature
os:macos
request
needs-investigation

See https://github.com/golang/go/issues/36856

feature

In the future, I want to unify the format to float32 streams...

feature

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...

feature

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...

breaking-change

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?

feature

When a window is a transparent window, OpenGL is used as the fallback. Fix the DirectX driver for the transparent window.

os:windows
needs-investigation