pixel forge#
pixel_forge is a Rust-based screenshot library for Windows with pyo3 Python bindings. It is designed to be fast,
lightweight, and easy to use. Internally, pixel_forge leverages the DirectX API to fetch new frames as soon as they are available.
Frames are only materialized and copied to Python when requested.
Getting Started
Notes