|
5 | 5 | [](https://javadoc.io/doc/io.github.spair/imgui-java-binding)
|
6 | 6 | [](https://javadoc.io/doc/io.github.spair/imgui-java-app)
|
7 | 7 |
|
8 |
| -## Important News! |
9 |
| -_(If you are using raw jars, you can skip this section.)_<br> |
10 |
| -Because of [JCenter shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) library has moved to Maven Central. |
11 |
| -That fact affects nothing, but the groupId parameter in your Gradle and Maven configuration files. |
12 |
| -From version `1.80-1.5.0` use `io.github.spair` instead of `io.imgui.java`. See an updated [How To Use](#how-to-use) section for details. |
13 |
| - |
14 |
| -**<ins>Old versions will not be transferred to Maven Central and will become unavailable after JCenter goes down.</ins>** |
15 |
| - |
16 | 8 | ---
|
17 | 9 |
|
18 | 10 | JNI based binding for [Dear ImGui](https://github.com/ocornut/imgui) with no dependencies.<br>
|
@@ -54,7 +46,7 @@ cd imgui-java
|
54 | 46 |
|
55 | 47 | See [example](https://github.com/SpaiR/imgui-java/blob/v1.83.0/example) module to try other widgets in action.
|
56 | 48 |
|
57 |
| -# How To Use |
| 49 | +# How to Use |
58 | 50 | **[ImGui in LWJGL YouTube video](https://youtu.be/Xq-eVcNtUbw)** by [GamesWithGabe](https://www.youtube.com/channel/UCQP4qSCj1eHMHisDDR4iPzw).<br>
|
59 | 51 | You can use this video as a basic step-by-step tutorial. It shows how to integrate binding with the usage of jar files. Gradle and Maven dependecies could be used for this purpose as well.
|
60 | 52 |
|
@@ -262,6 +254,8 @@ dependencies {
|
262 | 254 | Node Editor using ImGui. (A bit more complex than ImNodes, but has more features.)
|
263 | 255 | - [ImGuizmo](https://github.com/CedricGuillemet/ImGuizmo/tree/f7bbbe39971d9d45816417a70e9b53a0f698c56e) | [Example](https://github.com/SpaiR/imgui-java/blob/v1.83.0/example/src/main/java/ExampleImGuizmo.java) <br>
|
264 | 256 | Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui.
|
| 257 | +- [implot](https://github.com/epezent/implot/tree/555ff688a8134bc0c602123149abe9c17d577475) | [Example](https://github.com/SpaiR/imgui-java/blob/v1.83.0/example/src/main/java/ExampleImPlot.java) <br> |
| 258 | + Advanced 2D Plotting for Dear ImGui. |
265 | 259 |
|
266 | 260 | ## Freetype
|
267 | 261 | 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.
|
|
0 commit comments