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
andanari_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
- Note that CMake projects using
- The CMake function to generate queries (
anari_generate_queries()
) now generates- See helide device CMake as an example for the new usage
anari_viewer
target is no longer dependent onanari_test_scenes
- helium::AnariAny now supports holding
ANARI_STRING_LIST
values - Fix invalid values in the
depth
frame channel inhelide
- Add support for
primitive.id
array for all geometries inhelide
- Various build and runtime fixes for
hdanari
plugin - Enable building
helide
on non-macOSaarch64
platforms - Various sample viewer improvements
PRs
- add helide support for aarch64 systems by @jeffamstutz in #253
- Expose DoF settings in anari_viewer's viewport by @szellmann in #254
- ci: Build dependency for Github Actions by @spencer-lunarg in #255
- implement primitive.id array in helide, add option to random spheres scene by @jeffamstutz in #257
- fixed some ambiguous type declarations on systems where float4x4 and … by @ingowald in #258
- Codegen skips bindings if Python module not found by @kvankooten in #260
- Add string list support to helium's AnariAny by @tarcila in #262
- Hdanari misc fixes by @tarcila in #263
- Correctly handle default of STRING parameters by @johguenther in #264
- fix uninitialized depth for some pixels in helide by @jeffamstutz in #266
- split out frontend library targets into individual components by @jeffamstutz in #267
- Enable setting output location of the generated queries files by @tarcila in #268
- make query code generation completely transparent in CMake by @jeffamstutz in #270
- use new query code generation CMake for CTS, build CTS in CI by @jeffamstutz in #271
- various CMake robustness fixes by @jeffamstutz in #272
- Windows build fixes in preparation for vcpkg port by @tarcila in #273
New Contributors
- @spencer-lunarg made their first contribution in #255
- @ingowald made their first contribution in #258
Full Changelog: v0.11.1...v0.12.0