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
_(If you are using raw jars, you can skip this section.)_<br>
9
+
Because of [JCenter shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) library has moved to Maven Central.
10
+
That fact affects nothing, but the groupId parameter in your Gradle and Maven configuration files.
11
+
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.
12
+
13
+
**<ins>Old versions will not be transferred to Maven Central and will become unavailable after JCenter goes down.</ins>**
14
+
15
+
---
16
+
7
17
JNI based binding for [Dear ImGui](https://github.com/ocornut/imgui) with no dependencies.<br>
8
18
Read official [documentation](https://github.com/ocornut/imgui#usage) and [wiki](https://github.com/ocornut/imgui/wiki) to see how to work with Dear ImGui.
9
19
Almost everything from C++ could be done in Java in the same way.
0 commit comments