An open API service indexing awesome lists of open source software.

https://github.com/mes0903/screencapture


https://github.com/mes0903/screencapture

Last synced: about 2 months ago
JSON representation

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 .
```