Skip to content

v1.4.2 | Linux Support

Compare
Choose a tag to compare
@furby-tm furby-tm released this 11 Jan 04:13
· 149 commits to main since this release
d54cecb

What's New

Happy to announce that MetaverseKit is now officially a cross platform (Apple & Linux) SwiftPM package!

With support for Microsoft Windows soon...

  • Linux Support 🎉 🎉 🎉 !
    • MetaverseKit v1.4.2 has been tested & works well on (arm64, aarch64) Ubuntu v23.04 Lunar Lobster, this
      Swift package also includes the yum package manager as a provider to support all Red Hat Enterprise Linux,
      CentOS, Fedora, and Oracle Linux distros, in addition to Ubuntu.

      For Linux, these are the only dependencies required, as MetaverseKit provides everything else:

      Dependency CentOS Ubuntu
      Boost boost-devel libboost-all-dev
      Python python3-devel python3-dev
      BZ2 bzip2-devel libbz2-dev
      ZLib zlib-devel zlib1g-dev

Usage

To use MetaverseKit with Swift, add MetaverseKit as a Package dependency in your Package.swift file.
dependencies: [
  .package(url: "https://github.com/wabiverse/MetaverseKit.git", from: "1.4.2"),
]
This release appears to successfully provide Linux support to SwiftUSD as well 🌎.