You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Despite this fact, see official [documentation](https://github.com/ocornut/imgui
14
14
to get more info about how to do things in ImGui.
15
15
16
16
Binding doesn't force you to use backend renderer which is introduced here. Feel free to use your own renderer engine if you need so.
17
-
See how things are done in [ImGuiImplGl3](https://github.com/SpaiR/imgui-java/blob/v1.74-0.2.1/imgui-lwjgl3/src/main/java/imgui/gl3/ImGuiImplGl3.java).
17
+
See how things are done in [ImGuiImplGl3](https://github.com/SpaiR/imgui-java/blob/v1.74-0.3/imgui-lwjgl3/src/main/java/imgui/gl3/ImGuiImplGl3.java).
18
18
19
19
Binding has the next version naming: `imguiVersion-bindingVersion`.<br>
20
20
For example `1.74-0.1` means that binding uses `1.74` version of **ImGui** and binding itself has version `0.1`.
@@ -27,13 +27,13 @@ _Make sure you have installed Java 8 or higher._
27
27
You can try this binding by yourself in a three simple steps:
That's it! This will start an example app [ImGuiGlfwExample](https://github.com/SpaiR/imgui-java/blob/v1.74-0.2.1/imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java)
36
-
which relies on the GLFW and LWJGL3. Feel free to modify [ImGuiGlfwExample#showUi](https://github.com/SpaiR/imgui-java/blob/v1.74-0.2.1/imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java#L272)
35
+
That's it! This will start an example app [ImGuiGlfwExample](https://github.com/SpaiR/imgui-java/blob/v1.74-0.3/imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java)
36
+
which relies on the GLFW and LWJGL3. Feel free to modify [ImGuiGlfwExample#showUi](https://github.com/SpaiR/imgui-java/blob/v1.74-0.3/imgui-lwjgl3/src/test/java/ImGuiGlfwExample.java#L272)
0 commit comments