Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@jeffamstutz jeffamstutz released this 10 Jan 01:14
· 2 commits to next_release since this release

Changes since last release

  • The ANARI front end library is now always built as both shared and static libraries (anari and anari_static targets respectively)
    • Note that CMake projects using helium will now be required to link the front end library target explicitly, as previously this was done implicitly
  • The CMake function to generate queries (anari_generate_queries()) now generates
  • anari_viewer target is no longer dependent on anari_test_scenes
  • helium::AnariAny now supports holding ANARI_STRING_LIST values
  • Fix invalid values in the depth frame channel in helide
  • Add support for primitive.id array for all geometries in helide
  • Various build and runtime fixes for hdanari plugin
  • Enable building helide on non-macOS aarch64 platforms
  • Various sample viewer improvements

PRs

New Contributors

Full Changelog: v0.11.1...v0.12.0