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

jthecoder12/ImGuiImplSDL2-4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImGuiImplSDL2-4j

ImGuiImplSDL2 rewritten for Java.

This library is meant to be used with LWJGL, SpaiR's binding of ImGui, and libsdl4j using it's OpenGL context.
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.

See the example in src/test/java/Main.java for information on how to use the library.

Credits:
ImGuiImplSDL (Original)
ImGui (Original)
ImGui (Java binding by SpaiR)
libsdl4j
JNA

There may be bugs since this is a Java rewrite of the original library.