Skip to content

v1.4.5 | OCIO & OIIO

Compare
Choose a tag to compare
@furby-tm furby-tm released this 13 Feb 22:14
· 133 commits to main since this release
32e5dbc

What's New

Note

It appears OpenImageIO had some unresolved symbols in the last release.
This patch update should hopefully clear those up.

import OpenColorIO import OpenImageIO
  • You may now successfully import OpenColorIO and OpenImageIO directly into the Swift programming language and begin to consume these APIs directly, made possible by Swift 5.9's C++ interoperability feature.

Usage

Add MetaverseKit as a package dependency to your own Swift project's Package.swift file:

// swift-tools-version: 5.9

dependencies: [
  .package(url: "https://github.com/wabiverse/MetaverseKit", from: "1.4.5")
]

Linux

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