http://o-mega.sakura.ne.jp/product/ino.html
http://hajimehoshi.github.io/go-inovation/
Nous ne collectons jamais de données auprès des utilisateurs des applications ci-dessus.
mkdir go-inovation
cd go-inovation
go mod init examle.com/m
go run github.com/hajimehoshi/go-inovation
git clone https://github.com/hajimehoshi/go-inovation
cd go-inovation
go run github.com/hajimehoshi/ebiten/v2/cmd/ebitenmobile bind -target android -javapkg com.hajimehoshi.goinovation -o ./mobile/android/inovation/inovation.aar ./mobile
# You might need to specify Android SDK version like `-androidapi=23`
et exécutez le projet Android Studio dans ./mobile/android
.
git clone https://github.com/hajimehoshi/go-inovation
cd go-inovation
go run github.com/hajimehoshi/ebiten/v2/cmd/ebitenmobile bind -target ios -o ./mobile/ios/Mobile.xcframework ./mobile
et exécutez le projet Xcode dans ./mobile/ios
.