Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dear ImGui 1.87 #252

Merged
merged 15 commits into from
Aug 16, 2024
Merged

Dear ImGui 1.87 #252

merged 15 commits into from
Aug 16, 2024

Conversation

SpaiR
Copy link
Owner

@SpaiR SpaiR commented Aug 16, 2024

Description

This PR updates Dear ImGui to v1.87 and ImPlot to v0.13. The ImPlot update was necessary due to broken compatibility with Dear ImGui v1.87.

Both updates introduce a significant amount of new API, so it's highly recommended to read the release notes for the original libraries.

Other Changes

  • ImGuiImplGlfw and ImGuiImplGL3 have been synced with the versions from the v1.87 release. There are numerous changes on the GLFW side to adapt to the new IO API. Additionally, both backends have been re-written to be almost exact 1:1 copies of the original code. This will simplify future updates and reduce the likelihood of errors from missing components.
  • Fixed an issue that prevented setting struct fields of the char * type.
  • Corrected a problem where some Java-side structs did not call super in their constructors.

Type of change

  • Minor changes or tweaks (quality of life stuff)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

@SpaiR SpaiR added feat New feature or request api fix Fixes problems deps Pull requests that update a dependency file labels Aug 16, 2024
@SpaiR SpaiR self-assigned this Aug 16, 2024
@SpaiR SpaiR merged commit 47d9710 into main Aug 16, 2024
7 checks passed
@SpaiR SpaiR deleted the feat/dear-imgui-1.87 branch August 16, 2024 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps Pull requests that update a dependency file feat New feature or request fix Fixes problems
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant