.gitignore
CHANGELOG.md
LICENSE
README.md
diagnostic_script.py
pyproject.toml
rapidshot_diagnostics_results.txt
setup.py
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
benchmarks/bettercam_capture.py
benchmarks/bettercam_max_fps.py
benchmarks/d3dshot_max_fps.py
benchmarks/dxcam_capture.py
benchmarks/dxcam_max_fps.py
benchmarks/mss_max_fps.py
benchmarks/rapidshot_capture.py
benchmarks/rapidshot_max_fps.py
examples/capture_to_video.py
examples/instant_replay.py
images/banner.png
rapidshot/__init__.py
rapidshot/capture.py
rapidshot.egg-info/PKG-INFO
rapidshot.egg-info/SOURCES.txt
rapidshot.egg-info/dependency_links.txt
rapidshot.egg-info/requires.txt
rapidshot.egg-info/top_level.txt
rapidshot/_libs/__init__.py
rapidshot/_libs/d3d11.py
rapidshot/_libs/dxgi.py
rapidshot/_libs/user32.py
rapidshot/core/__init__.py
rapidshot/core/device.py
rapidshot/core/duplicator.py
rapidshot/core/output.py
rapidshot/core/stagesurf.py
rapidshot/processor/__init__.py
rapidshot/processor/base.py
rapidshot/processor/cupy_processor.py
rapidshot/processor/numpy_processor.py
rapidshot/processor/pillow_processor.py
rapidshot/util/__init__.py
rapidshot/util/io.py
rapidshot/util/logging.py
rapidshot/util/timer.py