Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
imgui_manual.mp4 | 2024-12-19 | 593.5 kB | |
imgui_bundle-v1.6.1-pyodide.tgz | 2024-12-11 | 37.7 MB | |
imgui_bundle-v1.6.1.tgz | 2024-12-09 | 37.6 MB | |
README.md | 2024-12-08 | 988 Bytes | |
v1.6.1 source code.tar.gz | 2024-12-08 | 13.6 MB | |
v1.6.1 source code.zip | 2024-12-08 | 13.9 MB | |
Totals: 6 Items | 103.3 MB | 0 |
v1.6.1
Small corrections to v1.6.0.
ImGuizmo
- Breaking change on ImGuizmo Python API: Added classes Matrix3/6/16, modifiable by manipulate and view_manipulate See changes in demo_gizmo.py to see how to adapt to the new API Basically:
- use
gizmo.Matrix3
/Matrix6
/Matrix16
instead ofnp.array
gizmo.manipulate
andview_manipulate
will modify the matrices they receive- if using glm, you will to need to convert to Matrix16, see
glm_mat4x4_to_float_list
in demo_gizmo.py
Python
- fix bindings for implot.plot_bar_groups
- sdl pure backend: fix get_clipboard_text
- patches for conda-forge package (in preparation)
iOs
- Improved font rendering on iOS (use static freetype, use retina resolution)
Full Changelog: https://github.com/pthom/imgui_bundle/compare/1.6.0...v1.6.1