{"id":26959087,"url":"https://github.com/xzripper/imgui_standalone","last_synced_at":"2025-04-03T04:34:36.445Z","repository":{"id":226743947,"uuid":"769538198","full_name":"xzripper/imgui_standalone","owner":"xzripper","description":"🧩 Standalone ImGui window. ⚓","archived":false,"fork":false,"pushed_at":"2024-03-27T23:58:36.000Z","size":35,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-28T00:38:36.472Z","etag":null,"topics":["gui","imgui","pygame","python","standalone"],"latest_commit_sha":null,"homepage":"https://github.com/xzripper/imgui_standalone","language":"Python","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/xzripper.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}},"created_at":"2024-03-09T11:11:02.000Z","updated_at":"2024-03-09T11:12:56.000Z","dependencies_parsed_at":"2024-03-09T12:26:02.043Z","dependency_job_id":"de30d47f-02f8-4608-a18e-0142fa0e420e","html_url":"https://github.com/xzripper/imgui_standalone","commit_stats":null,"previous_names":["xzripper/imgui_standalone"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fimgui_standalone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fimgui_standalone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fimgui_standalone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xzripper%2Fimgui_standalone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xzripper","download_url":"https://codeload.github.com/xzripper/imgui_standalone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246939239,"owners_count":20857916,"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":["gui","imgui","pygame","python","standalone"],"created_at":"2025-04-03T04:34:30.120Z","updated_at":"2025-04-03T04:34:36.440Z","avatar_url":"https://github.com/xzripper.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eimgui_standalone 1.1.0 ALPHA\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003e🧩 Standalone ImGui window. ⚓\u003c/h3\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"window.png\"\u003e\u003c/p\u003e\n\n```python\nfrom imgui_standalone import ImGuiStandalone, ImGuiStandaloneUtilities\n\nfrom imgui import text_colored, button\n\n\nwin = ImGuiStandalone('Window.', 400, 400)\n\ndef main() -\u003e None:\n    if button('Click me!'):\n        ImGuiStandaloneUtilities.set_value('clicked', True)\n\n    if ImGuiStandaloneUtilities.get_value('clicked'):\n        text_colored('Hello!', 1.0, 0.0, 0.0)\n\nwin.loop(main)    \n```\n\n- Simple, easy-to-use, optimized solution.\n- Uses safe rendering framework.\n- Flexible (`ALWAYS_ON_TOP`, Builtin Show/Hide window keybinds, custom ImGui window flags, etc).\n- Basic window functions (moving, closing, etc).\n- Builtin events handling.\n- Builtin utilities.\u003cbr\u003e\u003cbr\u003e\n\nInstallation: Download `imgui_standalone` and move into your project and use it!\u003cbr\u003e\nDocumentation: Coming later, look into source code or follow your editor type hints.\u003cbr\u003e\n\n\u003chr\u003e\u003cp align=\"center\"\u003e\u003cb\u003eimgui_standalone 1.1.0 ALPHA\u003c/b\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzripper%2Fimgui_standalone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxzripper%2Fimgui_standalone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxzripper%2Fimgui_standalone/lists"}