v1.92.0 #359
pthom
announced in
Announcements
v1.92.0
#359
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Starting with v1.92.0, version numbers are now synced between "Dear ImGui", "Hello ImGui" and "Dear ImGui Bundle"
ImGui
Use ImGui v1.92.0: Scaling fonts & many more (big release)
This is a big release for ImGui.
TLDR: Fonts may be rendered at any size. Glyphs are loaded and rasterized dynamically. No need to specify ranges, prebake etc. GetTexDataAsRGBA32() is now obsolete.
Python bindings
font_atlas_get_tex_data_as_rgba32
was removed (read the advice below)Advice for extern pure Python Backends (wgpu, etc.)
Since v1.92,
font_atlas_get_tex_data_as_rgba32
was removed. Backends will need to be adapted by implementing support for dynamic fonts (preferred)Extract from ImGui doc:
ImGuiBackendFlags_RendererHasTextures
(1.92+) (read the part "Rendering: Adding support for ImGuiBackendFlags_RendererHasTextures (1.92+)").Pyodide
Contributions
MkTime
from implot_internal stubs by @tlambert03 in fix: excludeMkTime
from implot_internal stubs #349Full Changelog: v1.6.3...v1.92.0
This discussion was created from the release v1.92.0.
Beta Was this translation helpful? Give feedback.
All reactions