Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
v1.6.3-pyodide-2.tgz | 2025-06-20 | 38.8 MB | |
v1.6.3-pyodide.tgz | 2025-06-18 | 38.8 MB | |
srcs-full-v1.6.3.tar.gz | 2025-05-21 | 38.8 MB | |
README.md | 2025-05-21 | 1.8 kB | |
v1.6.3 source code.tar.gz | 2025-05-21 | 13.7 MB | |
v1.6.3 source code.zip | 2025-05-21 | 14.1 MB | |
Totals: 6 Items | 144.3 MB | 0 |
What's Changed
- Fix matplotlib example due to use of a deprecated function by @thiago4455 in https://github.com/pthom/imgui_bundle/pull/305
- Add SDL3 python backend. by @Aermoss in https://github.com/pthom/imgui_bundle/pull/340
ImGui
- update imgui to v1.91.9b
- Python: adapt API for ImFont:: CalcWordWrapPositionA (cf [#308])
Fixes
- update imgui_md (fix soft break handling). Cf [#306]
- ImGui / Python: adapt API for ImFont:: CalcWordWrapPositionA (cf [#308])
- Fix documentation rendering (cf [#316])
- Fixes for compat with CMake 4
ImPlot
- update implot
- Add implot_demo.py (full python transcription of implot_demo.cpp)
- add demo_implot_stock.py
- python Bindings: improve setup_axis_ticks
ImPlot3d
- Update implot3d: added PlotImage & bindings
- implot3d_demo.py: provide nice demo textures
- add implot3d_demo.py: full transcription of implot3d_demo.cpp
- improve python bindings
- adapt bindings for PlotMesh (cf [#320])
- manual bindings for setup_axis_ticks
Pure Python Backends
- Review keyboard handling
- Sdl: handle SDL_GL_MakeCurrent errors
- Add SDL3 python backend
- Add an example using wgpu (WebGPU for Python)
ImmVision
- update immvision (fix for compat with OpenCV 4.11)
ImGuizmo
- update ImGuizmo to v1.91.3
- Fix customization of styles (cf [#329])
ImGuiColorTextEdit
- Update ImGuiColorTextEdit (from santaclose fork)
ImGuiMd
- fix soft break handling. Cf https://github.com/pthom/imgui_bundle/issues/306
New Contributors
- @thiago4455 made their first contribution in https://github.com/pthom/imgui_bundle/pull/305
- @Aermoss made their first contribution in https://github.com/pthom/imgui_bundle/pull/340
Full Changelog: https://github.com/pthom/imgui_bundle/compare/v1.6.2...v1.6.3