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
- Go to the [release page](https://github.com/SpaiR/imgui-java/releases/latest)
197
-
- Download `binding-${version}.jar`, `lwjgl3-${version}.jar` and `imgui-java-natives.jar`
198
-
- The last one contains native libs for all OSs.
199
-
- Add them to your classpath and use imgui-java.
212
+
- Download `binding-${version}.jar`, `lwjgl3-${version}.jar` and binary libraries for your OS
213
+
- imgui-java.dll - Windows 32bit
214
+
- imgui-java64.dll - Windows 64bit
215
+
- libimgui-java.so - Linux 32bit
216
+
- libimgui-java64.so - Linux 64bit
217
+
- libimgui-java64.dylib - MacOsX 64bit
218
+
- Add jars to your classpath.
219
+
- To use binary libraries you'll need to provide a VM option: `imgui.library.path` or `java.library.path`.
220
+
It should point to the folder where you've placed downloaded binaries.
200
221
</details>
201
222
202
223
Important!<br>
203
-
If you're using native libs in a direct way (without adding to classpath), you'll need to provide a VM option: `imgui.library.path` or `java.library.path`. It should point to the folder where you've placed downloaded binaries.
224
+
If you're using native libs directly, you'll need to provide a VM option: `imgui.library.path` or `java.library.path`. It should point to the folder where you've placed downloaded binaries.
0 commit comments