iOS first run #522
Try
started this conversation in
Show and tell
Replies: 3 comments
-
iPhone7 |
Beta Was this translation helpful? Give feedback.
0 replies
-
After GDR update, now game runs into. driver crash: https://developer.apple.com/forums/thread/750478 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Filed feature request to google, for valid CMake support on android: https://issuetracker.google.com/issues/353730410 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added basic most support for iOS in engine. Build process is still hairy, yet it getting close:
Build
Generate xcode-project
cmake -H. -B./out/xcode-ios -G Xcode -DCMAKE_SYSTEM_NAME=iOS
Select
Gothic2Notr
as startup project. You may need to specify development-team inSigning & Capabilities
section.Copy gothic2 game files via Finder (you should be able to see OpenGothic folder now):
Run the game
Note: input is not yet done, so you wont be able to pass further than a main menu. So, at this point iOS installation, is only iusefull for development purposes.
UPD:
build process now simplified - 4 steps instead of 7
Beta Was this translation helpful? Give feedback.
All reactions