Skip to content

Releases: wabiverse/MetaverseKit

v1.2.6

14 Nov 08:41
ae08f74
Compare
Choose a tag to compare
Define BOOST_TEST_NO_MAIN at the top level.

v1.2.5

14 Nov 08:04
4042b21
Compare
Choose a tag to compare
Resolve all missing/duplicate linker symbols.

v1.2.4

14 Nov 03:23
b63017b
Compare
Choose a tag to compare

Resolve some additional missing linker symbols by linking with:

  • bz2
  • vulkan

v1.2.3

13 Nov 12:26
abcb22b
Compare
Choose a tag to compare
Remove OpenCL source giving us unresolved symbols

* We are not building OSD with OpenCL yet.

v1.2.2

13 Nov 04:48
835f4f8
Compare
Choose a tag to compare
Fix usage of interop mode.

* CXX interoperability mode should
  only be set on Swift targets, not the
  pure CXX targets.

v1.2.1

13 Nov 03:36
427e398
Compare
Choose a tag to compare
Temporarily disable OSD shader gen.

* Need to think of a nice way to automatically
  import the generated Swift header that is portable
  for consumers of SwiftUSD.

v1.2.0

13 Nov 02:52
7ee2628
Compare
Choose a tag to compare
Alternative OSD import of generated swift header.

* The documentation is not quite clear how to import
  generated Swift headers with CXX interop from SwiftPM,
  attempting this alternative approach.

v1.1.9

12 Nov 12:29
4963948
Compare
Choose a tag to compare
Fix inclusion of GPUShaders for OSD.

v1.1.8

12 Nov 10:31
de654aa
Compare
Choose a tag to compare
Header reshapery, outlaw stdlib using wrong math.

* For platforms that don't care about casing such as
  all but Linux platforms, there was a big oh-whoopsie
  if the current header search path had a Math.h in it,
  in this case, it was <OpenVDB/Math/Math.h>, and well,
  obviously the cstd library doesn't appreciate that very
  much!
* so we therefore yeeted OpenVDB/Math out of the ever-finding
  search path, and you are now forced to prefix that include, I
  suppose we could have just renamed it too but it seems fine.

v1.1.7

12 Nov 09:27
68d200b
Compare
Choose a tag to compare
Whoops, somehow deleted Boost, added back.