You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I sucessfully followed this post for adding SwiftUSD to my xcode project: #20 (comment)
For my app I will only want to open an .usd stage from file, read prims, attributtes and primvars and maybe write a new .usd file.
I can see a lot of dependecies added by SwifUSD that I'm guessing are not needed for that
(Python, Vulkan etc.. )
Is there any way to use just a subset of SwiftUSD which will not bring in those unecessary dependenices or they do not matter if I am using Only PixarUSD module in my app ?
I'm quite new to swift, xcode and apple in general, sorry if it's a silly question.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I sucessfully followed this post for adding SwiftUSD to my xcode project:
#20 (comment)
For my app I will only want to open an .usd stage from file, read prims, attributtes and primvars and maybe write a new .usd file.
I can see a lot of dependecies added by SwifUSD that I'm guessing are not needed for that
(Python, Vulkan etc.. )
Is there any way to use just a subset of SwiftUSD which will not bring in those unecessary dependenices or they do not matter if I am using Only PixarUSD module in my app ?
I'm quite new to swift, xcode and apple in general, sorry if it's a silly question.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions