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
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -194,7 +194,17 @@ dependencies {
194
194
```
195
195
</details>
196
196
197
-
You can download imgui-java manually from the [release page](https://github.com/SpaiR/imgui-java/releases/latest). For the natives to work 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.
197
+
<details>
198
+
<summary><b>With Raw Jars</b></summary>
199
+
200
+
- Go to the [release page](https://github.com/SpaiR/imgui-java/releases/latest)
201
+
- Download `binding-${version}.jar`, `lwjgl3-${version}.jar` and `imgui-java-natives.jar`
202
+
- The last one contains native libs for all OSs.
203
+
- Add them to your classpath and you are ready to go!
204
+
</details>
205
+
206
+
Important!<br>
207
+
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.
0 commit comments