Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 13bcf44

Browse files
authored
Update README.md
1 parent 1a2e9ab commit 13bcf44

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# ImGuiImplSDL2-4j
22
ImGuiImplSDL2 rewritten for Java.
3+
<br>
4+
**Supported platforms: Windows x64, Linux x64, MacOS x64 and arm64.**
5+
36

47
**This library is meant to be used with LWJGL, SpaiR's binding of ImGui, and libsdl4j using it's OpenGL context.**
58
<br>
69
Rendering on the SDL GL context works with ImGuiImplGl3, however, inputs won't work as the ImGui bindings for Java only have a GLFW binding. This library solves that as it is a Java version of the original ImGuiImplSDL.
710

811
See the example in <code>src/test/java/Main.java</code> for information on how to use the library.
912

13+
**Video demonstration:**
14+
15+
https://github.com/user-attachments/assets/ba410f82-f199-4520-970f-e28ffdd98f7d
16+
17+
**To build:**
18+
<br>
19+
Windows: <code>.\gradlew fatJar</code>
20+
<br>
21+
Linux and MacOS: <code>./gradlew fatJar</code>
22+
1023
**Credits:**
1124
<br>
1225
[ImGuiImplSDL (Original)](https://github.com/ocornut/imgui/blob/088ddef98aa703b0fe8e1ad91884b6110bee8add/backends/imgui_impl_sdl.cpp)

0 commit comments

Comments
 (0)