Skip to content

Releases: wabiverse/MetaverseKit

v1.8.8

01 Dec 09:03
58cc425
Compare
Choose a tag to compare

What's New

🎧swift on.

Bring support for Microsoft Windows.

  • Support for Microsoft Windows in MetaverseKit was brought in a while back, but shortly after, Microsoft released a MSVC update which made their STL incompatible with the version of clang embedded in all current releases of Swift, this release adds a workaround which allows Swift/C++ interop to work again on Microsoft Windows, regardless.

  • Ensure all source code in this repo has their respective licenses.

  • Temporarily remove MaterialX metal shaders due to shader compilation errors in Swift Bundler.

  • Due to a bug in Swift, you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):

    sudo apt remove libtbb-dev

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: "1.8.8")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.7 | Swift Everywhere

29 Nov 15:15
2a39a3f
Compare
Choose a tag to compare

What's New

🎧swift on.

Bring support for Microsoft Windows.

  • Support for Microsoft Windows in MetaverseKit was brought in a while back, but shortly after, Microsoft released a MSVC update which made their STL incompatible with the version of clang embedded in all current releases of Swift, this release adds a workaround which allows Swift/C++ interop to work again on Microsoft Windows, regardless.

  • Ensure all source code in this repo has their respective licenses.

  • Temporarily remove MaterialX metal shaders due to shader compilation errors in Swift Bundler.

  • Due to a bug in Swift, you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):

    sudo apt remove libtbb-dev

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: "1.8.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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.6 | Swift Everywhere

29 Nov 14:12
abfc7bf
Compare
Choose a tag to compare

What's New

🎧swift on.

Bring support for Microsoft Windows.

  • Support for Microsoft Windows in MetaverseKit was brought in a while back, but shortly after, Microsoft released a MSVC update which made their STL incompatible with the version of clang embedded in all current releases of Swift, this release adds a workaround which allows Swift/C++ interop to work again on Microsoft Windows, regardless.

  • Ensure all source code in this repo has their respective licenses.

  • Temporarily remove MaterialX metal shaders due to shader compilation errors in Swift Bundler.

  • Due to a bug in Swift, you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):

    sudo apt remove libtbb-dev

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: "1.8.6")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.5 | Swift Everywhere

31 Oct 07:57
e381050
Compare
Choose a tag to compare

What's New

🎧swift on.

Bring support for Microsoft Windows.

  • Support for Microsoft Windows in MetaverseKit was brought in a while back, but shortly after, Microsoft released a MSVC update which made their STL incompatible with the version of clang embedded in all current releases of Swift, this release adds a workaround which allows Swift/C++ interop to work again on Microsoft Windows, regardless.

  • Ensure all source code in this repo has their respective licenses.

  • Removed SwiftBundler as a package dependency, we are working on getting the bundler in shape to build cross-platform apps (namely SwiftUSD & UsdView) across Linux, visionOS, iOS, macOS, and Windows, the recommended method to use the bundler is for users to install the bundler locally following these instructions.

  • Due to a bug in Swift, you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):

    sudo apt remove libtbb-dev

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: "1.8.5")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.4

16 Sep 16:01
0fdc4d9
Compare
Choose a tag to compare

What's New

🎧swift on.
  • Expose some MaterialX MSL shader gen, cross-platform.

Important

Despite the error for Microsoft Windows in CI, as long as you are using MSVC v14.40 or earlier,
this package should build successfully on Windows, a fix for MSVC v14.41 was backported into
Swift 5.10, and should be made available in the next Swift 5.10 release (Swift 5.10.2, I believe).

  • Ensure all Swift source code in this repo has the proper Apache 2.0 license headers, as all Swift code in this repository is authored by Wabi Foundation, and licensed under Apache 2.0.

    • Note: This does not change the existing licenses of any of the original library's licenses, all code provided by other libraries in this Swift package maintains their original licenses.
  • Removed SwiftBundler as a package dependency, we are working on getting the bundler in shape to build cross-platform apps (namely SwiftUSD & UsdView) across Linux, visionOS, iOS, macOS, and Windows, the recommended method to use the bundler is for users to install the bundler locally following these instructions.

  • Fixed TBB's proper headers, to be our own custom improper include paths, because if a valid TBB installation is dare picked up by the Linux stdlib (#if has_include(<tbb/blocked_range.h>)), it will completely destroy the std library on Linux.

    • Which also means if a user dares to install tbb on their Linux system, it will break their entire std library on Linux, so you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):
      sudo apt remove libtbb-dev

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: "1.8.4")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.3

03 Sep 16:38
d4f1ef5
Compare
Choose a tag to compare

What's New

🎧swift on.
  • Add support for Microsoft Windows, to join macOS, and Linux in the lineup.

Important

Despite the error for Microsoft Windows in CI, as long as you are using MSVC v14.40 or earlier,
this package should build successfully on Windows, a fix for MSVC v14.41 was backported into
Swift 5.10, and should be made available in the next Swift 5.10 release (Swift 5.10.2, I believe).

  • Ensure all Swift source code in this repo has the proper Apache 2.0 license headers, as all Swift code in this repository is authored by Wabi Foundation, and licensed under Apache 2.0.

    • Note: This does not change the existing licenses of any of the original library's licenses, all code provided by other libraries in this Swift package maintains their original licenses.
  • Removed SwiftBundler as a package dependency, we are working on getting the bundler in shape to build cross-platform apps (namely SwiftUSD & UsdView) across Linux, visionOS, iOS, macOS, and Windows, the recommended method to use the bundler is for users to install the bundler locally following these instructions.

  • Fixed TBB's proper headers, to be our own custom improper include paths, because if a valid TBB installation is dare picked up by the Linux stdlib (#if has_include(<tbb/blocked_range.h>)), it will completely destroy the std library on Linux.

    • Which also means if a user dares to install tbb on their Linux system, it will break their entire std library on Linux, so you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):
      sudo apt remove libtbb-dev

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: "1.8.3")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.2

03 Sep 15:52
8150857
Compare
Choose a tag to compare

What's New

🎧swift on.
  • Add support for Microsoft Windows, to join macOS, and Linux in the lineup.

  • Ensure all Swift source code in this repo has the proper Apache 2.0 license headers, as all Swift code in this repository is authored by Wabi Foundation, and licensed under Apache 2.0.

    • Note: This does not change the existing licenses of any of the original library's licenses, all code provided by other libraries in this Swift package maintains their original licenses.
  • Removed SwiftBundler as a package dependency, we are working on getting the bundler in shape to build cross-platform apps (namely SwiftUSD & UsdView) across Linux, visionOS, iOS, macOS, and Windows, the recommended method to use the bundler is for users to install the bundler locally following these instructions.

  • Fixed TBB's proper headers, to be our own custom improper include paths, because if a valid TBB installation is dare picked up by the Linux stdlib (#if has_include(<tbb/blocked_range.h>)), it will completely destroy the std library on Linux.

    • Which also means if a user dares to install tbb on their Linux system, it will break their entire std library on Linux, so you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):
      sudo apt remove libtbb-dev

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: "1.8.1")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.1 | Universal

28 Aug 19:42
73fcb0d
Compare
Choose a tag to compare

What's New

🎧swift on.
  • Add support for Microsoft Windows, to join macOS, and Linux in the lineup.

  • Removed SwiftBundler as a package dependency, we are working on getting the bundler in shape to build cross-platform apps (namely SwiftUSD & UsdView) across Linux, visionOS, iOS, macOS, and Windows, the recommended method to use the bundler is for users to install the bundler locally following these instructions.

  • Fixed TBB's proper headers, to be our own custom improper include paths, because if a valid TBB installation is dare picked up by the Linux stdlib (#if has_include(<tbb/blocked_range.h>)), it will completely destroy the std library on Linux.

    • Which also means if a user dares to install tbb on their Linux system, it will break their entire std library on Linux, so you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):
      sudo apt remove libtbb-dev

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: "1.8.1")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.8.0 | Universal

21 Aug 22:20
e1711a2
Compare
Choose a tag to compare

What's New

🎧swift on.
  • Add support for Microsoft Windows, to join macOS, and Linux in the lineup.

  • Removed SwiftBundler as a package dependency, we are working on getting the bundler in shape to build cross-platform apps (namely SwiftUSD & UsdView) across Linux, visionOS, iOS, macOS, and Windows, the recommended method to use the bundler is for users to install the bundler locally following these instructions.

  • Fixed TBB's proper headers, to be our own custom improper include paths, because if a valid TBB installation is dare picked up by the Linux stdlib (#if has_include(<tbb/blocked_range.h>)), it will completely destroy the std library on Linux.

    • Which also means if a user dares to install tbb on their Linux system, it will break their entire std library on Linux, so you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):
      sudo apt remove libtbb-dev

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: "1.7.9")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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

v1.7.8 | Universal

14 Aug 18:45
a93afc6
Compare
Choose a tag to compare

What's New

🎧swift on.
  • Add support for Microsoft Windows, to join macOS, and Linux in the lineup.

  • Removed SwiftBundler as a package dependency, we are working on getting the bundler in shape to build cross-platform apps (namely SwiftUSD & UsdView) across Linux, visionOS, iOS, macOS, and Windows, the recommended method to use the bundler is for users to install the bundler locally following these instructions.

  • Fixed TBB's proper headers, to be our own custom improper include paths, because if a valid TBB installation is dare picked up by the Linux stdlib (#if has_include(<tbb/blocked_range.h>)), it will completely destroy the std library on Linux.

    • Which also means if a user dares to install tbb on their Linux system, it will break their entire std library on Linux, so you must ensure you do not have TBB installed on your system via (pending this PR to Swift to fix this):
      sudo apt remove libtbb-dev

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: "1.7.8")
]

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.

Important

If you have installed TBB on your Linux system, it will break the entire std library on Linux, so you must ensure you do not have TBB installed on your system via (ex. sudo apt remove libtbb-dev), (pending this PR to Swift to fix this).

Dependency CentOS Ubuntu
Boost boost-devel libboost-all-dev
Python python3-devel python3-dev
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