Skip to content

Conversation

@Dylan-H
Copy link

@Dylan-H Dylan-H commented Dec 29, 2025

Description

Add support for OpenHarmony native window

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

How Has This Been Tested?

Similar to the Android platform, a test demo was written to load the teapot model on OpenHarmony for testing.

Test Configuration:

  • Firmware version: OpenHarmony 6.0
  • Hardware:
  • Toolchain:DevEco Studio 6.0.0 Release +Cmake
  • SDK:6.0.0(20)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • Any dependent changes have been merged and published in downstream modules

@robertosfield
Copy link
Collaborator

Congrats on the port.

This is the first time I've come across OpenHarmony, so I guess I've my head down in the Vulkan bunker a bit too long :-)

What hardware have you tested on?

How straight forward would it be to create a dual boot with OpenHarmony on a desktop to sit along a desktop Linux variants like Ubunut/Kubuntu?

@Dylan-H
Copy link
Author

Dylan-H commented Dec 30, 2025

Sorry, perhaps I misspoke about OpenHarmony. I only tested it on a Huawei HarmonyOS phone. Currently, setting up the OpenHarmony environment is a bit complicated. However, the NDK interface for HarmonyOS is consistent with that of OpenHarmony.

DylanHuang added 2 commits December 30, 2025 10:29
```
feat(app): improve touch gesture handling in Trackball

- Refactor touch down event handling to properly support single and
  multi-touch gestures
We cannot assume that touchDown.id can only be 0 or 1.
```
This reverts commit 5b4aebd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants