Skip to content

v1.78-1.0

Compare
Choose a tag to compare
@SpaiR SpaiR released this 30 Aug 18:45

WARNING!
Binding address has been updated. It's the same but with imgui-java prefix for artifacts id. Check readme to see dependencies instruction.


  • Updated Dear ImGui to v1.78.
  • Added support for multi-viewports feature. If you have your own backend implementation, take a note that this feature require a lot of effort to utilize its functionality. Use imgui.glfw.ImGuiImplGlfw implementation instead. Otherwise no guarantees provided.
  • Classes which are represent native structs was refactored. Now they have a public field ptr which points to their native structure. It's not recommended to touch this field if you don't know what are you doing.