imgui-quilt
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.0.3
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/imgui-quilt
资源信息
Minecraft 版本: 1.20 1.20.1
平台: quilt
标签: library
资源介绍
imgui-quilt
Quilt interface for imgui-java, an updated version of imgui-mc.

Quick Usage
Add the Maven repository and the modImplementation to your build.gradle
maven {
url "https://git.gaycatgirl.sex/api/v4/projects/21/packages/maven"
}
implementation "gay.eviee:imgui-quilt:<VERSION>"
You can then add Renderables to ImGuiQuilt.renderstack for them to be rendered.
Use ImGui methods in render() of the Renderables interface.
Example:
ImGuiQuilt.renderstack.add(new Renderable() {
@Override
public String getName() {
return "Profiling Name";
}
@Override
public Theme getTheme() {
return null;
}
@Override
public void render() {
ImGui.text("Example Text Element");
}
});
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~