Skip to content

v18.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 16:13
· 2061 commits to master since this release
163f6c6

18.0.0 (2021-05-07)

Bug Fixes

  • Examples: Import profile for example (f4436db)
  • GenericWidgetRepresentation: Remove unused SceneGraph class (87c3c06)
  • OpenGL: Add profile for registering groups of implementation classes (2754ad2)
  • OpenGL: Make each implementation register themselves to their factory (dee59d8)
  • tests: Add all rendering implementations for tests (b83846e)
  • ViewNodeFactory: Do not reset override map if provided (672812a)
  • WebGPU: Add profiles (7c33950)

Features

  • Profiles: Add top level profile to include various backend (7f62591)
  • webgpu: register WebGPU implementation at import time (cffd616), closes #1865

BREAKING CHANGES

  • webgpu: Explicit import needs to be performed to enable rendering implementation. Profiles
    have been created to simplify that task. See vtk.js/Sources/Rendering/OpenGL|WebGPU/Profiles/*.