Hajime Hoshi

Results 289 issues of Hajime Hoshi

The `examples` build tag is to prevent users from install example binaries unexpectedly. However, as installing with a version will be must outside a module, and `...` like `go install...

Expected benefits: * Rendering would be faster * Restoring logic would be faster and use less memory * Possibly enable to do triple-buffering (OpenGL can't control drivers) There is no...

feature
os:linux
os:android
help-wanted

Not determined yet https://webkit.org/blog/7380/next-generation-3d-graphics-on-the-web/

feature
help-wanted
os:js

> webkitfullscreenerror event is fired. 'sandbox="fullscreen"' might be required at an iframe. This function on browsers must be called as a result of a gestural interaction or orientation change.

bug
help-wanted
os:js

When an application is minimized, `RestoreWindow` doesn't work. Is really the application working when the application is minimized?

bug
os:linux
help-wanted
external
needs-investigation

Just remembering the state should be fine. * `SetWindowDecorated` * `SetWindowResizable` * `SetWindowFloating` * `SetWindowSize`

os:macos
breaking-change

From the discussion at #1520 and #1595, we might want an API to skip Draw calls when Update is not called (especially when vsync is off). In most games, the...

feature
performance