{"id":19653264,"url":"https://github.com/florianmichael/fabric-imgui-example-mod","last_synced_at":"2025-07-03T05:02:03.301Z","repository":{"id":163459515,"uuid":"631602843","full_name":"FlorianMichael/fabric-imgui-example-mod","owner":"FlorianMichael","description":"Example Fabric mod which includes Dear ImGui","archived":false,"fork":false,"pushed_at":"2025-06-30T14:47:59.000Z","size":158,"stargazers_count":43,"open_issues_count":1,"forks_count":5,"subscribers_count":3,"default_branch":"1.21.7","last_synced_at":"2025-07-02T19:51:16.006Z","etag":null,"topics":["dear-imgui","dear-imgui-win32","fabric","gui","imgui","java","minecraft"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlorianMichael.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-23T14:44:51.000Z","updated_at":"2025-07-01T10:00:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c6eeac7-8b5e-48dc-8337-a1fe39f30652","html_url":"https://github.com/FlorianMichael/fabric-imgui-example-mod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"FabricMC/fabric-example-mod","purl":"pkg:github/FlorianMichael/fabric-imgui-example-mod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMichael%2Ffabric-imgui-example-mod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMichael%2Ffabric-imgui-example-mod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMichael%2Ffabric-imgui-example-mod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMichael%2Ffabric-imgui-example-mod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianMichael","download_url":"https://codeload.github.com/FlorianMichael/fabric-imgui-example-mod/tar.gz/refs/heads/1.21.7","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianMichael%2Ffabric-imgui-example-mod/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263264642,"owners_count":23439247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dear-imgui","dear-imgui-win32","fabric","gui","imgui","java","minecraft"],"created_at":"2024-11-11T15:13:42.721Z","updated_at":"2025-07-03T05:02:03.268Z","avatar_url":"https://github.com/FlorianMichael.png","language":"Java","readme":"# Fabric ImGui Example Mod\nThis example contains the following features:\n- Basic ImGui/ImPlot Usage\n- Custom Font Rendering\n- Basic Viewport implementation\n- Image loading into ImGui\n\n## Setup\nFor setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.\n\n## ImGui usage\nYou can just draw ImGui stuff using this:\n```java\nImGuiImpl.draw(io -\u003e {\n    if (ImGui.begin(\"Hello World\")) {\n        ImGui.end();\n    }\n    ImGui.showDemoWindow();\n});\n```\nKeep in mind that ImGui needs to be initialized, so you must not remove the MinecraftClient mixin in the ImGui package\n\n## License\nThis template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianmichael%2Ffabric-imgui-example-mod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianmichael%2Ffabric-imgui-example-mod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianmichael%2Ffabric-imgui-example-mod/lists"}