{"id":31859700,"url":"https://github.com/space928/pyrenderdocapp","last_synced_at":"2026-05-19T07:10:20.060Z","repository":{"id":210952763,"uuid":"727784726","full_name":"space928/pyRenderdocApp","owner":"space928","description":"A small wrapper for the renderdoc in-app api in python.","archived":false,"fork":false,"pushed_at":"2024-01-24T07:00:14.000Z","size":19452,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-03T19:36:48.905Z","etag":null,"topics":["directx","opengl","python","renderdoc","vulkan"],"latest_commit_sha":null,"homepage":"","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/space928.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}},"created_at":"2023-12-05T15:11:34.000Z","updated_at":"2025-09-30T12:16:40.000Z","dependencies_parsed_at":"2023-12-20T19:43:51.013Z","dependency_job_id":null,"html_url":"https://github.com/space928/pyRenderdocApp","commit_stats":null,"previous_names":["space928/pyrenderdocapp"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/space928/pyRenderdocApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space928%2FpyRenderdocApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space928%2FpyRenderdocApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space928%2FpyRenderdocApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space928%2FpyRenderdocApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/space928","download_url":"https://codeload.github.com/space928/pyRenderdocApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/space928%2FpyRenderdocApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33205698,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"online","status_checked_at":"2026-05-19T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["directx","opengl","python","renderdoc","vulkan"],"created_at":"2025-10-12T15:54:31.958Z","updated_at":"2026-05-19T07:10:20.055Z","avatar_url":"https://github.com/space928.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyRenderdocApp\n[![PyPI - Version](https://img.shields.io/pypi/v/pyRenderdocApp)](https://pypi.org/project/pyRenderdocApp/)\n\nA small wrapper for the renderdoc in-app api in python.\n\nThis project wraps the methods exposed by `renderdoc_app.h` with the python ctypes API. It's designed to closely match \nthe official API, with the main difference being that the function and parameter names have been converted to snake case\n(ie: `GetAPIVersion()` --\u003e `get_api_version()`). The original doc comments from `renderdoc_app.h` have also been ported \nover (and modified where appropriate). For more information about using the Renderdoc in-app API, read the official \ndocumentation: https://renderdoc.org/docs/in_application_api.html\n\n## Installing\n\nInstall with `pip`:\n```bash\npip install pyRenderdocApp\n```\n\nThe package includes renderdoc binaries for Windows and Mac.\n\n## Example\n\nHere's what the example from the RenderDoc documentation ([link](https://renderdoc.org/docs/in_application_api.html#_CPPv416RENDERDOC_GetAPI17RENDERDOC_VersionPPv)) would look like in python:\n```py\nfrom pyRenderdocApp import load_render_doc\n\n# At init, load the renderdoc api\nrdoc_api = load_render_doc()\n\n# To start a frame capture, call StartFrameCapture.\n# You can specify None, None for the device to capture on if you have only one device and\n# either no windows at all or only one window, and it will capture from that device.\n# See the documentation for a longer explanation\nrdoc_api.start_frame_capture(None, None)\n\n# Your rendering should happen here\n\n# Stop the capture\nrdoc_api.end_frame_capture(None, None)\n```\n\n## Building\n\nBuild using `build`:\n```bash\npip install build twine hatch\n```\n\nBuild the wheel:\n```bash\npython -m build\n```\n\nThen to upload the package to PyPI, do:\n```bash\ntwine upload dist/pyrenderdocapp*\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspace928%2Fpyrenderdocapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspace928%2Fpyrenderdocapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspace928%2Fpyrenderdocapp/lists"}