mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Updated Mobile (markdown)
parent
e5149d6318
commit
d641ed1c8c
@ -4,6 +4,12 @@ Ebiten game can be built for Android and iOS by using [`gomobile bind`](https://
|
||||
|
||||
[Inovation 2007](https://github.com/hajimehoshi/go-inovation) is an actual Android/iOS game using Ebiten. This application has been released in [Play Store](https://play.google.com/store/apps/details?id=com.hajimehoshi.goinovation) and [Apple Store](https://itunes.apple.com/us/app/id1132624266).
|
||||
|
||||
# Context lost
|
||||
|
||||
OpenGL context lost usually happens, e.g. when you switch applications. When this happens, all data in GPU are invalidated.
|
||||
|
||||
Ebiten automatically records all drawing command history and pixel data, and they are used when recovering from context lost.
|
||||
|
||||
# How to build an application
|
||||
|
||||
## Create a package for mobiles
|
||||
|
Loading…
Reference in New Issue
Block a user