{"id":13663003,"url":"https://github.com/realgamessoftware/dear-imgui-unity","last_synced_at":"2025-04-25T13:31:15.807Z","repository":{"id":41177369,"uuid":"243818512","full_name":"realgamessoftware/dear-imgui-unity","owner":"realgamessoftware","description":"Unity package for Dear ImGui","archived":true,"fork":false,"pushed_at":"2023-02-18T04:54:46.000Z","size":1606,"stargazers_count":474,"open_issues_count":26,"forks_count":117,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-24T10:56:25.765Z","etag":null,"topics":["dear-imgui","unity3d","unity3d-package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/realgamessoftware.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-02-28T17:29:49.000Z","updated_at":"2025-04-05T00:46:31.000Z","dependencies_parsed_at":"2024-01-14T15:56:33.669Z","dependency_job_id":null,"html_url":"https://github.com/realgamessoftware/dear-imgui-unity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgamessoftware%2Fdear-imgui-unity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgamessoftware%2Fdear-imgui-unity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgamessoftware%2Fdear-imgui-unity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/realgamessoftware%2Fdear-imgui-unity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/realgamessoftware","download_url":"https://codeload.github.com/realgamessoftware/dear-imgui-unity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250824917,"owners_count":21493363,"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","unity3d","unity3d-package"],"created_at":"2024-08-02T05:02:14.682Z","updated_at":"2025-04-25T13:31:14.463Z","avatar_url":"https://github.com/realgamessoftware.png","language":"C#","readme":"# Dear ImGui for Unity\n\nUPM package for the immediate mode GUI library, Dear ImGui (https://github.com/ocornut/imgui).\n\n### Usage\n\n- [Add package](https://docs.unity3d.com/Manual/upm-ui-giturl.html) from git URL: https://github.com/realgamessoftware/dear-imgui-unity.git .\n- Add a `DearImGui` component to one of the objects in the scene.\n- When using the Universal Render Pipeline, add a `Render Im Gui Feature` render feature to the renderer asset. Assign it to the `render feature` field of the DearImGui component.\n- Subscribe to the `ImGuiUn.Layout` event and use ImGui functions.\n- Example script:\n  ```cs\n  using UnityEngine;\n  using ImGuiNET;\n\n  public class DearImGuiDemo : MonoBehaviour\n  {\n      void OnEnable()\n      {\n          ImGuiUn.Layout += OnLayout;\n      }\n\n      void OnDisable()\n      {\n          ImGuiUn.Layout -= OnLayout;\n      }\n\n      void OnLayout()\n      {\n          ImGui.ShowDemoWindow();\n      }\n  }\n  ```\n\n### See Also\n\nThis package uses Dear ImGui C bindings by [cimgui](https://github.com/cimgui/cimgui) and the C# wrapper by [ImGui.NET](https://github.com/mellinoe/ImGui.NET).\n\nThe development project for the package can be found at https://github.com/realgamessoftware/dear-imgui-unity-dev .\n","funding_links":[],"categories":["Open Source Repositories","C\\#"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealgamessoftware%2Fdear-imgui-unity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frealgamessoftware%2Fdear-imgui-unity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frealgamessoftware%2Fdear-imgui-unity/lists"}