korge icon indicating copy to clipboard operation
korge copied to clipboard

will support harmony?

Open HeMing123 opened this issue 1 year ago • 3 comments

HeMing123 avatar Jun 26 '24 03:06 HeMing123

What's harmony?

soywiz avatar Jun 27 '24 15:06 soywiz

What's harmony?

It should be Huawei Harmony OS system?

ijero avatar Jun 28 '24 07:06 ijero

Right now the targets are: JVM, JS, WASMJS, Android (.apk file), iOS (.ipa file). I don't know if Huawei is using .apk. If so, it could work.

There are future plans to convert WASM into C++ + SDL, that will enable any target supporting SDL. But no ETA for that.

soywiz avatar Jun 28 '24 08:06 soywiz

HarmonyOS should support APK files, so in that sense it supports it. HarmonyOS only has AOSP compatibility, so any functionality that relies on Google specific libraries may break. (eg.: Google Play Games integrations / leaderboards / achievements / etc.)

HarmonyOS NEXT does not have any AOSP functionality included, so for any 'newer' devices that use HarmonyOS NEXT apk exports will not work.

0megaD avatar Nov 25 '24 12:11 0megaD

Regarding the documentation for publishing to HarmonyOS with Cocos Creator: https://docs.cocos.com/creator/3.8/manual/en/editor/publish/publish-huawei-ohos.html, and the Simplified Chinese documentation for publishing to HarmonyOS NEXT: https://docs.cocos.com/creator/3.8/manual/zh/editor/publish/publish-harmonyos-next.html, perhaps this could be useful for Korge to support publishing to HarmonyOS NEXT?

ijero avatar Jan 07 '25 03:01 ijero

There are no specific plans on supporting HarmonyOS, but since this is OSS, if you are interested, feel free to make PRs.

soywiz avatar Jan 09 '25 06:01 soywiz