-
Notifications
You must be signed in to change notification settings - Fork 2.2k
HarmonyOS/OpenHarmony Port #13152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
HarmonyOS/OpenHarmony Port #13152
Conversation
@slouken Request for review |
Can you please rebase on top of current master and remove all commits which you did not author? git fetch https://github.com/libsdl-org/SDL main
git rebase -i FETCH_HEAD
<remove all commits which you did not author. In vim, "dd" removes the current line, "<ESC>:wq" saves and exits)>
git push [email protected]:Jack253-png/SDL HEAD:OpenMinecraft-Dev -f |
Seeing you implemented vulkan support, does SDL_gpu work? Do the SDL_gpu_examples work? |
I will test later, because I don't have test platform, I need to find other people to do this. |
[sdl-ci-filter harmony-*]
Does it work? I changed the commit message |
Hmph. It still seems to run all the workflows. @madebr: Is the filtering correct? |
I'm using |
Do you find the problem? Why it works in my repo? |
On pushes, On pull requests, |
It is an existing bug in SDL GitHub workflow?! |
Yes and no. So yes, the problem was already present. |
Actually that's a good thing and not a problem. A patch causing problems |
@madebr review |
This looks very great. I've got some questions.
|
For now the port works on any OpenHarmony/HarmonyOS 5.x/6.x systems (I have tested in the emulators), 4.x (older versions is end-of-life) Now the building of the app requires DevEco Studio, which is very hard to acquire except in China, but I am trying to put the sdl-ohos-shell project into this repo, and I planned to write the document after the audio subsystem porting |
Description
SDL support for harmonyos
Existing Issue(s)
#9837