ebiten
ebiten copied to clipboard
cmd/ebitenmobile: make ebitenmobile faster
Now it might takes several minutes to build a binary with ebitenmobile
. This is due to gomobile
. I think we can make buildings concurrent for each architecture.
To be honest it is an option to fork gomobile and put it under our control in order to add optimizations for Ebitengine.
https://go-review.googlesource.com/c/mobile/+/426274
Done by
- https://go-review.googlesource.com/c/mobile/+/426274
- https://go-review.googlesource.com/c/mobile/+/437035
- https://go-review.googlesource.com/c/mobile/+/442195