Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SpaiR/imgui-java
/ process
Method
process
example/src/main/java/MainSdl.java:19–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}
18
19
@Override
20
public
void
process() {
21
ImGui.begin(
"SDL3 + SDL_GPU"
);
22
ImGui.text(
"Hello from the SDL backend!"
);
23
ImGui.end();
24
}
25
26
public
static
void
main(
final
String[] args) {
27
launch(
new
MainSdl());
Callers
nothing calls this directly
Calls
3
begin
Method · 0.95
text
Method · 0.95
end
Method · 0.95
Tested by
no test coverage detected