Skip to content

v1.81.0

Compare
Choose a tag to compare
@SpaiR SpaiR released this 20 Feb 12:22
  • Updated Dear ImGui to v1.81 [08bf84a];
    Breaking imgui-java changes:
    • ImGuiFreeType class has been deleted. Dear ImGui simplified the process of enabling freetype font renderer. Now, if you are using precompiled libraries, it is enabled by default;
  • Added ImDrawList methods: PrimReserve, PrimUnreserve, PrimRect, PrimRectUV, PrimQuadUV, PrimWriteVtx, PrimVtx;
  • Added ImFont methods: FindGlyph, FindGlyphNoFallback, GetCharAdvance, IsLoaded, GetDebugName, CalcTextSizeA, CalcWordWrapPositionA, RenderChar, RenderText;
  • Updated ImNodes to 868dda60d5.

Consider reading the official changelog to see other API changes.