Releases: pthom/imgui_bundle
Releases · pthom/imgui_bundle
v0.7.1
v0.7.0
- Improved imgui bindings
- immvision now available in pypi wheels
- Added support for ImGuizmo's 3D gizmo and widgets
- Added support for imgui_tex_inspect
- add imgui.backends: imgui can be used standalone
- added ImmApp (Immediate App) submodule
- Improved demos and manual
v0.6.6
Added Immvision (image debugger and analyzer utility)
immvision will be compiled if OpenCV is available.
immvision is not available by default on the pip bindings.
To add them, compile from source after having installed conan
Added theming
Improve ImGui & Glfw, low level integration
- glfw is now linked as a dynamic library
- support any glfw callback
- added low level binding for imgui backends glfw and OpenGl3
- imgui apps can now be written from scratch : as an example, ported imgui/examples/example_glfw_opengl3/main.cpp to python imgui_example_glfw_opengl3.py
Full Changelog: v0.6.5...v0.6.6
Note: the attached file opencv-4.6.0_official_win_x64_world.zip is a prebuilt version of opencv for windows (this is the official 4.6.0 release from OpenCV, using a world dll opencv_world.dll). This zip is a retranscription of the original autoextractible exe from opencv, into an zip that can be extracted quietly.
This file can be used for building windows pip package that include immvision.
v0.6.5
Lots of additions
- Fine tune window geometry:
- save & restore window position & size
- support for full screen
- auto size window from its inner widgets
- handle high dpi (especially on windows)
- Crisp fonts on MacOS
- Backend support: can switch between sdl and glfw
- Added python support to ImGuiColorTextEdit
- Powersave: reduce app fps when idle
- Add toggle switches from https://github.com/cmdwtf/imgui_toggle.git
- Support for jupyter notebook (with inline screenshots), via
imgui_bundle.run_nb
(see https://github.com/pthom/imgui_bundle/blob/main/bindings/imgui_bundle/demos/notebooks/demo_notebook.ipynb)
Full Changelog: v0.6.4...v0.6.5