-
Notifications
You must be signed in to change notification settings - Fork 213
Open
Milestone
Description
Are there any plans to support OpenHarmony? I'm interested in using Ash for graphics development on OHOS, but it seems official support might not be available yet. Could you share if this is under consideration or if there are known technical hurdles? Any guidance on how to contribute towards this would be appreciated.
As far as I know, Rust has already supported the development on OpenHarmony:
> rustup target list | findstr "ohos"
aarch64-unknown-linux-ohos
armv7-unknown-linux-ohos
x86_64-unknown-linux-ohos
Also, Vulkan has offically supported OpenHarmony. For example, Surface (instance extension).
Additionally, raw-window-handle includes the window handle and display handle on OpenHarmony.
In a nutshell, now I have to use the Cpp rather than Rust, but I personally thought Rust is much better than Cpp in many aspects.... :(
Metadata
Metadata
Assignees
Labels
No labels