1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-31 13:04:29 +01:00
Commit Graph

3 Commits

Author SHA1 Message Date
Hajime Hoshi
0756be0b68 cmd/ebitenmobile: use an independent thread for rendering on iOS
Closes 
2022-12-28 23:37:13 +09:00
Hajime Hoshi
7d146fb70b internal/ui: bug fix: IsGL / SetUIView can be called before initialization is done
The functions in the package `mobile/ebitenmobileview` could be invoked
from EbitenViewController even before the graphics driver initialization
is done in theory.

This change fixes this issue by waiting the initialization by
channels. Also, this change adds error handlings at these functions.

Closes 
2022-11-15 01:53:20 +09:00
Artem Yadelskyi
7bf822bdb1
cmd/ebitenmobile: use go:embed ()
Closes 
2022-11-04 17:20:21 +09:00