Skip to content

Major release: v2.0.0

Choose a tag to compare

@harskish harskish released this 10 Apr 15:06
· 76 commits to master since this release
e37be3a

This release contains many new features, but also potentially breaking changes.

New in Pyviewer v2.0.0:

  • Replaced custom imgui+implot backend with imgui-bundle
    • This change enables the use of several bundled libraries, such as implot, implot3d, imgui-node-editor, ImFileDialog, and others! See imgui-bundle readme for more information.
    • The Imgui Python bindings included in imgui-bundle are more up-to-date and have better autocomplete support compared to pyimgui.
  • Added DockingViewer. This viewer is still experimental, and is missing features compared to ToolbarViewer.
  • Miscellaneous bugfixes and tweaks.

Due to the updated backend and the new Imgui bindings, most existing code making use of PyViewer will require slight tweaking.