ebiten icon indicating copy to clipboard operation
ebiten copied to clipboard

cmd/ebitenmobile: make ebitenmobile faster

Open hajimehoshi opened this issue 2 years ago • 2 comments

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.

hajimehoshi avatar Aug 27 '22 18:08 hajimehoshi

To be honest it is an option to fork gomobile and put it under our control in order to add optimizations for Ebitengine.

hajimehoshi avatar Aug 27 '22 18:08 hajimehoshi

https://go-review.googlesource.com/c/mobile/+/426274

hajimehoshi avatar Aug 28 '22 09:08 hajimehoshi

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

hajimehoshi avatar Oct 24 '22 16:10 hajimehoshi