SDK 下载

运行时 SDK

运行时 SDK 各平台归档下载
平台内容下载
Android·AARmigo-0.9.10-android.aararm64-v8a+x86_64·含引擎·Java/Kotlin SDK32.8 MB下载
Android·动态加载migo-0.9.10-android-nojni.aar首包·引擎首启下载407 KB下载
Android·JNI 引擎·arm64migo-0.9.10-jni-android-arm64.tar.gz按需 下载 场景 下 的 jni 引擎 归档16.0 MB下载
Android·JNI 引擎·x86_64migo-0.9.10-jni-android-x86_64.tar.gz按需 下载 场景 下 的 jni 引擎 归档16.4 MB下载
Android·C ABI·arm64migo-0.9.10-capi-android-arm64.tar.gz静态库+头文件·自研引擎 集成 用78.6 MB下载
Android·C ABI·x86_64migo-0.9.10-capi-android-x86_64.tar.gz静态库+头文件·自研引擎 集成 用76.3 MB下载
iOS·arm64migo-0.9.10-capi-ios-arm64.tar.gzframework+C ABI·device+simulator即将推出
macOS·arm64migo-0.9.10-capi-macos-arm64.tar.gzframework+C ABI即将推出
OpenHarmony·arm64migo-0.9.10-capi-ohos-arm64.tar.gzC ABI89.6 MB下载
OpenHarmony·x86_64migo-0.9.10-capi-ohos-x86_64.tar.gzC ABI88.3 MB下载
Windows·x86_64migo-0.9.10-capi-windows-x86_64.tar.gzmigo.dll+导入库·ANGLE27.4 MB下载
Windows·arm64migo-0.9.10-capi-windows-arm64.tar.gzmigo.dll+导入库·ANGLE27.4 MB下载
Linux·x86_64migo-0.9.10-capi-linux-x86_64.tar.gz静态库·pkg-config·CMake69.4 MB下载
Linux·arm64migo-0.9.10-capi-linux-arm64.tar.gz静态库·pkg-config·CMake68.9 MB下载

示例工程

源码→
示例工程下载
Android·AAR 集成migo-examples-0.9.10-android-aar.zipGradle·Kotlin·生命周期+host callback 接线即将推出
Android·C ABImigo-examples-0.9.10-android-cabi.zipNDK·CMake·自有渲染循环即将推出
Linux·X11 宿主migo-examples-0.9.10-linux-x11.zipGLFW / X11·事件派发·真机走通即将推出
Windows·Win32migo-examples-0.9.10-windows-win32.zipHWND+ANGLE·与 Chromium 共存即将推出
macOS·Appmigo-examples-0.9.10-macos-app.zipAppKit·生命周期·自渲染 loop即将推出
iOS·Appmigo-examples-0.9.10-ios-app.zipUIKit·SwiftUI 嵌入·Metal surface即将推出

测试游戏

已打包,直接丢进宿主跑
测试游戏包下载
Bunnymarkbunnymark-0.9.10.mgsPixiJS 精灵压力测试·benchmark 用即将推出
Endless Runnerendless-runner-0.9.10.mgsPhaser 3·典型动作小游戏·benchmark 用即将推出
CanvasMarkcanvasmark-0.9.10.mgs原生 Canvas / WebGL·绘制 API 覆盖即将推出

更新记录

同步 2026-09-26 · 全部 5 版
  1. v0.9.102026-09-26全文 →
    • Runtime SDKs for Android, Linux, OpenHarmony, Windows, iOS and macOS.
    • Android C ABI: JPEG images still failed to decode after v0.9.9's fix -- Skia, as this engine links it, decodes PNG but not JPEG, and the…
    • The C ABI freeze list records Android performance as done, measured against the Java SDK on the published v0.9.9
  2. v0.9.92026-09-26全文 →
    • Runtime SDKs for Android, Linux, OpenHarmony, Windows, iOS and macOS.
    • Android C ABI: images never decoded, so every WebGL game rendered black while its frame loop kept running. Android builds leave the Rust…
    • Multi-pointer delivery through the Android C ABI runs on a device, driven by an instrumentation APK and read back as pixels
  3. v0.9.82026-09-26全文 →
    • Runtime SDKs for Android, Linux, OpenHarmony, Windows, iOS and macOS.
    • The engine now waits up to ten seconds, not two, for the renderer to report its GPU capabilities before it runs content. The wait only…
    • Windows: no session could start when a host's files, cache or code-cache directory was spelled with .., such as the examples' <files>\…
  4. v0.9.72026-09-26全文 →
    • Runtime SDKs for Android, Linux, OpenHarmony, Windows, iOS and macOS.
    • iOS and macOS SDK: migo-<version>-apple-sdk.zip, a Swift package with one view per platform. MigoGameView (MigoApplePerformancePlus on iOS…
    • iOS and macOS: the soft keyboard. migo.showKeyboard opens the system keyboard on iOS and a text field along the game's bottom edge on macOS…
  5. v0.9.62026-08-30全文 →
    • Runtime SDKs for Android, Linux, OpenHarmony and Windows. A hotfix for a WebGL regression in v0.9.5.
    • bufferData(target, ArrayBuffer, usage) uploads its data again. v0.9.5 added a size < 0 guard to bufferData that ran before the code checked…
    • Restore bufferData(target, ArrayBuffer, usage) — the size guard was dropping every WebGL upload