Skip to content

Commit 86ebdfc

Browse files
committed
[ci skip] Update README
1 parent 94ec415 commit 86ebdfc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It hides all low-level stuff under one class to extend, so you can build your GU
4040
# How to Try
4141
_Make sure you have installed Java 8 or higher._
4242

43-
<p align="center"><img src="https://i.imgur.com/clYSVjG.png"/></p>
43+
<p align="center"><img src="https://i.imgur.com/JjhR9in.png"/></p>
4444

4545
### [Demo](https://i.imgur.com/c0ds1EZ.gif)
4646

@@ -260,6 +260,8 @@ dependencies {
260260
A small, dependency-free node editor for dear imgui. (A good choice for simple start.)
261261
- [imgui-node-editor](https://github.com/thedmd/imgui-node-editor/tree/687a72f940c76cf5064e13fe55fa0408c18fcbe4) | [Example](https://github.com/SpaiR/imgui-java/blob/v1.82.2/example/src/main/java/ExampleImGuiNodeEditor.java) <br>
262262
Node Editor using ImGui. (A bit more complex than ImNodes, but has more features.)
263+
- [ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo/tree/f7bbbe39971d9d45816417a70e9b53a0f698c56e) | [Example](https://github.com/SpaiR/imgui-java/blob/v1.82.2/example/src/main/java/ExampleImGuizmo.java) <br>
264+
Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui.
263265

264266
## Freetype
265267
By default, Dear ImGui uses stb-truetype to render fonts. Yet there is an option to use FreeType font renderer. Go to the [imgui_freetype](https://github.com/ocornut/imgui/tree/256594575d95d56dda616c544c509740e74906b4/misc/freetype) to read about the difference.
@@ -277,7 +279,7 @@ You can still use freetype binaries for Windows builds without worry though.
277279
**For better fonts** use freetype binaries.<br>
278280
Don't forget to make clear for your Linux/Mac users, that they will need to install freetype on their systems as well.
279281

280-
### How To Use
282+
### How To Use FreeType
281283
- Maven/Gradle:<br>
282284
Use the same native libraries as you would, but with `-ft` suffix in the end.
283285

0 commit comments

Comments
 (0)