Hajime Hoshi

Results 289 issues of Hajime Hoshi

Now Ebiten uses a dummy texture to clear a framebuffer/texture. This is simple but modern graphics libraries should provide a better and efficient way to clear them.

performance

I'm not sure what unit is used in GLFW, but this is much slower than browser's wheel.

os:linux
os:windows
os:macos
os:freebsd
help-wanted
os:js

IIUC, conditional operators are more efficient than `if` branches. It might be hard to do this optimization though...

performance

Now the result of `AppendInputChars` doesn't include a non-printable character (i.e., a character that returns false against `unicode.IsPrint`). For example, a zero-width non-joining space can be input from a Bolnagri...

breaking-change

Forked from #1452

feature
os:android
os:ios

Forked from #1452

feature
os:linux
os:windows
os:macos
help-wanted

https://github.com/hajimehoshi/ebiten/discussions/1968

feature
help-wanted
request

When an application is launched without Xcode, the application works without any issues. When an application is launched via Xcode, the FPS is not stable. /CC @wasedaigo

os:ios
performance
needs-investigation