{"id":16699293,"url":"https://github.com/ousttrue/pydear","last_synced_at":"2026-04-17T19:03:22.950Z","repository":{"id":42188745,"uuid":"437623466","full_name":"ousttrue/pydear","owner":"ousttrue","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-22T05:43:23.000Z","size":2277,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-23T22:58:22.594Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ousttrue.github.io/pydear/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ousttrue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-12T18:22:57.000Z","updated_at":"2022-11-17T17:23:36.000Z","dependencies_parsed_at":"2022-08-12T08:51:09.436Z","dependency_job_id":null,"html_url":"https://github.com/ousttrue/pydear","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/ousttrue/pydear","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fpydear","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fpydear/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fpydear/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fpydear/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ousttrue","download_url":"https://codeload.github.com/ousttrue/pydear/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ousttrue%2Fpydear/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31941845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-12T18:06:32.107Z","updated_at":"2026-04-17T19:03:22.926Z","avatar_url":"https://github.com/ousttrue.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pydear 🦌\n\nImGui wrapper generated by clang.cindex. \n\n- [github repository](https://github.com/ousttrue/pydear)\n- [pypi](https://pypi.org/project/pydear/)\n\nWorks in conjunction with [PyOpenGL](https://pypi.org/project/PyOpenGL/) and [glfw](https://pypi.org/project/glfw/).\n\n[examples](./examples)\n\n## PreBuild wheel\n\nOnly Python-3.10 (Windows 64bit) is provided.\nIt was developed on Windows and worked on Linux as well.\n\n## Included Bindings\n\nA luajit-like style using ctypes.\nPointer arguments are passed by an array of length 1.\n\n```python\np_open = (ctypes.c_bool * 1)(True)\nImGui.Begin('name', p_open)\n```\n\nAlso, all C structs are defined as `ctypes.Struct` generated using clang.cindex.\n\n```python\nclass ImGuiIO(ctypes.Structure):\n    _fields_=[\n        (\"ConfigFlags\", ctypes.c_int32), # Int32Type: int,\n        (\"BackendFlags\", ctypes.c_int32), # Int32Type: int,\n```\n\nThe ImGUi backend is provided in a pure Python module `pydear.backends`.\nCurrently only glfw and OpenGL3 exist.\n\nMost bindings are available, except for functions that have callback and va_list as arguments.\n\n### ImGui-1.87 docking branch\n\n\u003chttps://github.com/ocornut/imgui\u003e\n\n### ImNodes\n\n\u003chttps://github.com/Nelarius/imnodes\u003e\n\n### NanoVG modified\n\n\u003chttps://github.com/ousttrue/picovg/\u003e\n\n## Detail\n\n\u003chttps://ousttrue.github.io/pydear/\u003e\n\n## Build\n\n### Code generation\n\n\u003chttps://github.com/ousttrue/rawtypes\u003e\n\n### Package check\n\n```\npy -m pip wheel .\ntwine check pydear-1.12.1-cp310-cp310-linux_x86_64.whl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fpydear","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fousttrue%2Fpydear","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fousttrue%2Fpydear/lists"}