v2.0.7
Changes
- [Swift 6.4] Fix OpenMP ld-prime linker crash.
- Align TBB linkage and config with OpenUSD (Removal of
TBBMallocandTBBMallocProxy). - Support for the new Swift Build System (
swift build --build-system swiftbuild). - Add Android Support.
- Remove custom Apple framework shims in favor of official SDKs.
🎧 now playing
listen to storm by night tapes.
Usage
Add MetaverseKit as a package dependency to your own Swift project's Package.swift file:
// swift-tools-version: 5.10
dependencies: [
.package(url: "https://github.com/wabiverse/MetaverseKit", from: "2.0.7")
]Linux
For Linux, these are the only dependencies required, as MetaverseKit provides everything else.
Tip
If you are on a distro like Ubuntu there is a good chance you already have most of these installed.
| Dependency | CentOS | Ubuntu |
|---|---|---|
| BZ2 | bzip2-devel | libbz2-dev |
| ZLib | zlib-devel | zlib1g-dev |
| FreeGLUT | freeglut-devel | freeglut3-dev |
| DEFLATE | libdeflate-devel | libdeflate-dev |
| Expat | libexpat-devel | libexpat1-dev |
| Xcursor | libXcursor-devel | libxcursor-dev |
| Xt | libXt-devel | libxt-dev |
| Xi | libXi-devel | libxi-dev |
| Xinerama | libXinerama-devel | libxinerama-dev |
| Xrandr | libXrandr-devel | libxrandr-dev |