Skip to content

Commit f3e05d4

Browse files
authored
Update README.md
1 parent ffc0d71 commit f3e05d4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ See official [documentation](https://github.com/ocornut/imgui#usage) and [wiki](
88

99
Binding provides all the data you need to render Dear ImGui. If, for some reason, you want to use your own backend renderer, see how [ImGuiImplGl3](https://github.com/SpaiR/imgui-java/blob/v1.76-0.10/imgui-lwjgl3/src/main/java/imgui/gl3/ImGuiImplGl3.java) is works.
1010

11-
**[Docking API](https://user-images.githubusercontent.com/8225057/46304087-00035580-c5ae-11e8-8904-f27a9434574a.gif)** is available! Read "Using Docking" to get more info.
12-
1311
Versioning semantic of the binding: `imguiVersion-bindingVersion`.<br>
1412
For example `1.74-0.1` means that imgui-java uses `1.74` version of Dear ImGui and binding itself has the version `0.1`.
1513

14+
Additional avaialble features:
15+
- [Docking API](#using-docking)
16+
- [FreeType font renderer](#using-freetype)
17+
1618
*Some very specific features are still in a wip state.*
1719

1820
## How to Try
@@ -71,7 +73,7 @@ Alternatively you can download imgui-java binaries manually from the [release pa
7173
**You are ready to use imgui-java binding!**
7274

7375
## Using Docking
74-
Binding based on the Dear ImGui [docking](https://github.com/ocornut/imgui/tree/docking) branch, commit: [b8e2b2bd6b0d21fcb1b17c0133c0b134ac26f6ac](https://github.com/ocornut/imgui/commit/b8e2b2bd6b0d21fcb1b17c0133c0b134ac26f6ac).
76+
Binding based on the Dear ImGui [docking](https://github.com/ocornut/imgui/tree/docking) branch, commit: [b8e2b2bd6b0d21fcb1b17c0133c0b134ac26f6ac](https://github.com/ocornut/imgui/tree/b8e2b2bd6b0d21fcb1b17c0133c0b134ac26f6ac).
7577
That branch contains two important features: [multi-viewports](https://github.com/ocornut/imgui/issues/1542) and [docking](https://github.com/ocornut/imgui/issues/2109).
7678

7779
Even if the viewport feature is still in a very experimental state, yet the docking API seems pretty stable. Thus, imgui-java exposes it and hides everything about viewports.<br>

0 commit comments

Comments
 (0)