Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bryal/dxgcap
DEPRECATED Lib to capture screen to rgb array with DXGI
https://github.com/bryal/dxgcap
Last synced: about 6 hours ago
JSON representation
DEPRECATED Lib to capture screen to rgb array with DXGI
- Host: GitHub
- URL: https://github.com/bryal/dxgcap
- Owner: bryal
- License: mit
- Created: 2015-01-30T18:25:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-26T19:35:14.000Z (about 5 years ago)
- Last Synced: 2023-02-27T08:22:23.757Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 58.6 KB
- Stars: 10
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NO MAINTENANCE INTENDED
Deprecated in favor of my new(er) Rust-version of this kind of software, [https://github.com/bryal/dxgcap-rs](dxgcap-rs).
# DXGCap
A small library for capturing the screen with DXGI in C++.
Might be optimized for use through FFI in Rust, since thats where I intend to use it.