forked from PixarAnimationStudios/OpenUSD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build_usd, apple_utils] Added support for iOS and visionOS
Enabled cross compilation for iOS and visionOS using the '--build-target' option to build_usd.py Cross compilation for iOS and visionOS is restricted to building libraries that can be embedded in applications built for the target platform. These builds do not support Python bindings or command line tools. Currently, these build also do not support Imaging or USD Imaging. - CMake 3.28 is required to build for visionOS. - Patched ZLIB to to disable tests and examples. - Patched TBB and MATERIALX to build for iOS and visionOS. Note that visionOS's SDK is called xros, much like how the iOS SDK is iphoneos for historical reasons. Contribution: Dhruv Govil, Thor Hjalmarsson Fixes PixarAnimationStudios#2949 Fixes PixarAnimationStudios#2950 Fixes PixarAnimationStudios#3052 (Internal change: 2332158)
- Loading branch information
Showing
4 changed files
with
198 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.