Skip to content

Commit

Permalink
Release SwiftUSD v23.11.21.
Browse files Browse the repository at this point in the history
* Adds support for iOS.
* These tasks have been completed for this release:
  #5
  • Loading branch information
furby-tm committed Jan 15, 2024
1 parent f11313f commit 7b61287
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wabiverse/MetaverseKit",
"state" : {
"branch" : "dev",
"revision" : "2fd7c6a4cb8cb016e316ea4965982cd79fef8537"
"revision" : "85c0b5bc0dae2f94f8dffa99223745fa7fc239ff",
"version" : "1.4.3"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit", branch: "dev"),
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.4.3"),
.package(url: "https://github.com/furby-tm/swift-bundler", from: "2.0.9"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/apple/swift-syntax.git", from: "509.0.0"),
Expand Down
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,33 @@
## Pixar's Universal Scene Description for Swift and the Metaverse
# <sub>Universal Scene Description (USD) for Swift</sub>
<sup>
<div>
<a href="https://wabi.foundation/pixarusd/documentation/pixarusd">
<img align=top src="https://img.shields.io/badge/Swift_USD_API_Docs-DocumentationSource?style=for-the-badge&color=F05138&logo=swift&logoColor=white">
</a>
<a href="mailto:[email protected]?subject=%5BSwiftUSD%20Linux%20Inquiry%5D%20">
<img align=right src="https://img.shields.io/badge/Linux_|_Support-LinuxAttr?style=for-the-badge&color=003366&logo=linuxFoundation">
</a>
</div>
</sup>

<image align=top src="https://www.dropbox.com/scl/fi/cmqz171jkketkvpyojtbx/swiftyusd.png?rlkey=rosui4p7dv410eqvztmynhz56&raw=1">

> [!IMPORTANT]
> ### Supporting SwiftUSD ❤️
> #### Supporting SwiftUSD ❤️
> If you find **SwiftUSD** useful, please consider supporting me by [becoming a sponsor](https://github.com/sponsors/wabiverse). I spend a tremendous amount of time dedicating my life to open source projects, and each sponsorship helps me focus more time on making quality tools and software for the community.
### Pixar's Universal Scene Description for Swift and the Metaverse

Universal Scene Description (**USD**) is an efficient, scalable system for
authoring, reading, and streaming time-sampled scene description for
interchange between graphics applications.

For more details, please visit the web site [here](http://openusd.org).

# Swifting the Metaverse

<image src="https://www.dropbox.com/scl/fi/cmqz171jkketkvpyojtbx/swiftyusd.png?rlkey=rosui4p7dv410eqvztmynhz56&raw=1">

##### To use Pixar's USD in swift, add SwiftUSD as a package dependency in your project's Package.swift file.
```swift
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.20"),
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.21"),
]
```

Expand Down Expand Up @@ -45,7 +55,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.20")
.package(url: "https://github.com/wabiverse/SwiftUSD.git", from: "23.11.21")
],
targets: [
/* 📕 For library products... */
Expand Down

0 comments on commit 7b61287

Please sign in to comment.