Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.3.0

Compare
Choose a tag to compare
@kushalkolar kushalkolar released this 28 Jan 01:08
· 45 commits to main since this release
d4af1a9

New

  • Axes! We finally have basic axes, thanks to @almarklein πŸ₯³ . Currently not very performative but good enough for many use cases. If you do not need axes and require the absolute highest performance set the axes visibility to False.
  • ImGUI integration! Optional imgui integration using imgui_bundle. Provides subplot toolbars, right click menus, and allows implementation of UI elements within the canvas. This allows you to create UIs that will work across all GUI backends, Qt, glfw, and jupyter! See the examples to learn more.
  • use the cmap library
  • RectangleRegionSelector
  • More examples

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0