Releases: wabiverse/MetaverseKit
Releases · wabiverse/MetaverseKit
v1.1.6
Fix all linker issues/missing symbols.
v1.1.5
OpenSubdiv and magic SwiftPM Shader autogeneration
* We do some SwiftPM jiujitsu to automatically inject the
autogenerated Swift header source.
* The magic here is the basis for autogenerated shader code, at
least until SwiftPM irons out more tooling around Swift -> C++.
* Check out how we call our GPUShaders Swift Implementation here:
https://github.com/wabiverse/MetaverseKit/blob/main/Sources/GPUShaders/GPUShaders.swift#L26
directly from CXX, here:
https://github.com/wabiverse/MetaverseKit/blob/main/Sources/OpenSubdiv/osd/GLComputeEvaluator.cpp#L50
v1.1.4
Expand MetaverseKit Dependencies.
* Bundle Imath v3 with OpenEXR.
* OpenEXR v3.2.1
* OpenImageIO v2.5.4
* WebP v1.3.2
* TurboJPEG v3.0.1
* Raw v0.21.1
* TIFF v4.6.0
* LibPNG v1.6.40
* DEFLATE v1.19
v1.1.3
Expand Metaverse Dependencies.
* OpenColorIO v2.3.0
* ZStandard v1.5.5
* ZLibDataCompression v1.2.11
* LZMA2 v5.4.4
* MiniZip v4.0.1
* Yaml v0.8.0
* OpenSSL (BoringSSL v`abfd5eb`)
v1.1.2
Remove unused header path.
* Moved python libraries to their own library, **MetaPy**.
v1.1.0
Expand MetaverseKit.
* Blosc v1.21.5
* PyBind11 v2.11.1
* OpenVDB v10.1.0
v1.0.9
Restructure Imath include for alembic.
v1.0.7
Add Boost for the Metaverse.