Godot 引擎适配 HarmonyOS/OpenHarmony
Godot 源码:https://github.com/kdada/godot
- Proposal: https://github.com/godotengine/godot-proposals/issues/12734
- PR: https://github.com/godotengine/godot/pull/108553
编译命令:
- Godot Export Template: `scons platform=openharmony target=template_debug generate_bundle=yes module_mono_enabled=yes debug_symbols=yes OPENHARMONY_SDK_PATH="C:\Users\Kira\Downloads\ohos-sdk-windows_linux-public\ohos-sdk\windows"`
- Godot Editor: `scons platform=windows target=editor module_mono_enabled=yes debug_symbols=yes`
C# 工具链:
- OpenHarmony.NET.Runtime: https://github.com/OpenHarmony-NET/OpenHarmony.NET.Runtime.git
- PublishAotCross: https://github.com/OpenHarmony-NET/PublishAotCross.git
- zig: https://ziglang.org/download/
立即观看