Skip to content

v1.5.3 | GL

Compare
Choose a tag to compare
@furby-tm furby-tm released this 19 Feb 19:24
· 115 commits to main since this release
416b946

What's New

🎧 swift on.
  • You may now begin to use the OpenGL framework in pure C++ on apple platforms, instead of being restricted to using these in only Objective-C++, a requirement of Swift's cxx interop, since ARC explicitly forbids calls to retain() and release() in Objective-C++, however in pure C++, we do not have such limitations.

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

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