-
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 git@github.com: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. |
@Starcloudsea here is the owner of the test platform |
Do you need the dynapi functionality of SDL? If you don't, insert a similar disabler for ohos around here. |
To clarify, I'm not a developer, I was just called to test because the computer has good performance, and I don't know about HarmonyOS development. 😅 |
Maybe I need it, is this PR ready for merging? |
@madebr request for review, I have tested the egl & vulkan surface creation, and it works. |
Description
SDL support for harmonyos
Existing Issue(s)
#9837