Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@furby-tm furby-tm released this 14 Feb 23:53
· 3 commits to main since this release
e236514

What's New

🎧swift on.

Removes dependency on Python & Boost, bring OpenVDB to v12.0.0

  • Completely removes any dependency on Python, Boost, and PyBind11.
  • This is apart of a larger effort to bring build sizes down, and eventually make things even more lighter weight through opt-in dependencies.

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.9.0")
]

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