Skip to content

v1.6.2

Latest
Compare
Choose a tag to compare
@pthom pthom released this 04 Jan 18:34
· 54 commits to main since this release
999a9e3

New library: ImPlot3D

  • The excellent ImPlot3D library is now included!

(Butterfly demo: C++ - Python)

Fixes

  • Fix #293: IM_ASSERT( g.CurrentDpiScale > 0.0f && g.CurrentDpiScale < 99.0f )
  • Fix initial window positioning / HighDPI on windows (demo window origin was offscreen)

Build

  • Some fixes for conda-forge package

Python

  • make it possible to recover from exceptions in notebooks
  • preliminary work on pyodide support

Full Changelog: v1.6.1...v1.6.2