v1.5.4 | CosmoGraph
What's New
🎧 swift on.
- Introducing the beginning of development on CosmoGraph (CGX) to seamlessly integrate with Metal, Vulkan, DirectX, and OpenGL through a single unified cross-platform graphics API for both Swift and C++.
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.4")
]
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 |