https://github.com/mes0903/screencapture
https://github.com/mes0903/screencapture
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mes0903/screencapture
- Owner: Mes0903
- Created: 2024-05-03T19:09:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T19:14:10.000Z (about 1 year ago)
- Last Synced: 2025-02-08T14:45:39.261Z (4 months ago)
- Language: C++
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ek8655
"My friend 5568ke is so good and I wanna be as good as him."
# Intro
a toy that helps create Picture-in-picture views for any window, only support Windows now, writing by C++ and ImGui.
# How to Build
```bash
git clone https://github.com/Mes0903/ScreenCapture.git
cd ScreenCapture
mkdir build && cd build
cmake ..
cmake --build .
```