{"id":25004362,"url":"https://github.com/fidelxyz/dxcam-cpp","last_synced_at":"2025-10-14T20:32:38.950Z","repository":{"id":204413162,"uuid":"711764211","full_name":"Fidelxyz/DXCam-CPP","owner":"Fidelxyz","description":"A high performance screen capturing library for Windows rewriting DXcam in C++.","archived":false,"fork":false,"pushed_at":"2025-06-29T12:54:54.000Z","size":160,"stargazers_count":42,"open_issues_count":0,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-09-30T15:12:31.481Z","etag":null,"topics":["capture","screenshot","windows"],"latest_commit_sha":null,"homepage":"https://dxcam-cpp.readthedocs.io","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/Fidelxyz.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-30T06:06:25.000Z","updated_at":"2025-09-24T18:27:40.000Z","dependencies_parsed_at":"2023-11-15T22:38:41.828Z","dependency_job_id":"2dbafde9-69a4-492a-ab95-e83e1502964b","html_url":"https://github.com/Fidelxyz/DXCam-CPP","commit_stats":null,"previous_names":["fidelxyz/dxcam-cpp"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Fidelxyz/DXCam-CPP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fidelxyz%2FDXCam-CPP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fidelxyz%2FDXCam-CPP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fidelxyz%2FDXCam-CPP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fidelxyz%2FDXCam-CPP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fidelxyz","download_url":"https://codeload.github.com/Fidelxyz/DXCam-CPP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fidelxyz%2FDXCam-CPP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020905,"owners_count":26086948,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["capture","screenshot","windows"],"created_at":"2025-02-04T23:52:17.633Z","updated_at":"2025-10-14T20:32:38.926Z","avatar_url":"https://github.com/Fidelxyz.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DXCam-CPP\n\nA high performance screen capturing library for Windows\nrewriting [DXcam](https://github.com/ra1nty/DXcam) in C++.\n\n[Documentation](https://dxcam-cpp.readthedocs.io/)\n\n[![PyPI - Version](https://img.shields.io/pypi/v/dxcam-cpp)](https://pypi.org/project/dxcam-cpp/)\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/dxcam-cpp)](https://pypi.org/project/dxcam-cpp/)\n[![CI](https://github.com/Fidelxyz/DXCam-CPP/actions/workflows/workflow.yml/badge.svg)](https://github.com/Fidelxyz/DXCam-CPP/actions/workflows/workflow.yml)\n[![GitHub License](https://img.shields.io/github/license/Fidelxyz/DXCam-CPP)](https://github.com/Fidelxyz/DXCam-CPP/blob/main/LICENSE)\n\n## Features\n\n- C++ Dynamic Library\n- Python Module (Compatible with the original\n  Python [DXcam](https://github.com/ra1nty/DXcam) as an alternative)\n\n### Roadmap\n\n- Benchmark comparing with other libs\n\nContributions are welcome!\n\n## Build\n\n### Dependencies\n\n- CMake\n- Visual Studio 2022\n- [OpenCV](https://github.com/opencv/opencv)\n\n#### For Documentation\n\n- [Doxygen](https://github.com/doxygen/doxygen)\n- [Sphinx](https://github.com/sphinx-doc/sphinx)\n- [Breathe](https://github.com/breathe-doc/breathe)\n\n### Build for C++ Library\n\n```shell\ncmake -B ./build\ncmake --build ./build --config Release\ncmake --install ./build --config Release --prefix ./build/install\n```\n\n### Build for Python Package\n\n```shell\ncd python\npip install .\n```\n\n## Benchmarks\n\n\u003e Benchmark is not available currently, due to some unresolved issues.\n\n_Data obtained from running on my Laptop (i7-11800H \u0026 RTX 3060 Laptop)\nwith [**UFO Test**](https://www.testufo.com/), which a capturing region of\n1920x1080._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffidelxyz%2Fdxcam-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffidelxyz%2Fdxcam-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffidelxyz%2Fdxcam-cpp/lists"}