Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

v3.0.0 - Update to v1.79

Compare
Choose a tag to compare
@dertseha dertseha released this 28 Dec 10:54
0065f3b

This release updates Dear ImGui to v1.79, thanks to @SpaiR (#130 and #132)

As part of this update, a version incompatible version bump to v3 was necessary.
This is mainly due to the changes of the API of the Drag/Slider APIs. See ocornut/imgui#3361 for details.

Other (known) incompatible changes in this version bump:

  • DrawList functions AddCircleFilled() and AddCircle() default the parameter numSegments to 0 instead of 12. This is in line with a corresponding change in Dear ImGui v1.77.
  • Deprecated GetScroll* functions were removed
  • For further changes, please refer to the release notes of Dear ImGui