https://github.com/garyhilares/auto-blue-grid
Takes a screenshot by pressing "Ctrl + L" and display it in a new window with a blue grid.
https://github.com/garyhilares/auto-blue-grid
desktop finished windows-10
Last synced: about 2 months ago
JSON representation
Takes a screenshot by pressing "Ctrl + L" and display it in a new window with a blue grid.
- Host: GitHub
- URL: https://github.com/garyhilares/auto-blue-grid
- Owner: GaryHilares
- License: cc-by-4.0
- Created: 2021-02-24T19:50:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T02:26:34.000Z (about 2 years ago)
- Last Synced: 2025-04-08T22:49:56.785Z (about 2 months ago)
- Topics: desktop, finished, windows-10
- Language: C++
- Homepage:
- Size: 8.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auto Blue Grid
![]()
![]()
![]()
![]()
![]()
![]()
## Useful links
- [Project's Style Guide (Webkit)](https://webkit.org/code-style-guidelines/)## What is Auto Blue Grid?
Auto Blue Grid is a desktop application that takes a screenshot when you press "Ctrl + L" and displays it in a new window with a blue grid.### Platforms
- Windows 10### Dependencies
#### Development
- SFML## Motivation
Sometimes it is necessary to compare two estimates of areas in your screen. For this, you can use Auto Blue Grid! Just press "CTRL + L", compare the squares and you're done!## Installation and usage
To build and install Auto Blue Grid from source you must follow the next steps:
1. Prepare the external libraries:
1. Get SFML 2.5.1.
- You can look at how to get SFML [here](https://www.sfml-dev.org/tutorials/2.5/).
2. Build Auto Blue Grid:
1. Fork the repository on GitHub.
2. Go to your fork of the repository and copy the link to clone your repository.
3. Go to Git on your local machine and use the command `git clone (your link)`.
4. Build the files in `src/` and link them with SFML.After doing this process, Auto Blue Grid should be ready to use.
## Contributors
Thanks to these wonderful people for making Auto Blue Grid possible!## License
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://github.com/GaryHilares/Auto-Blue-Grid/blob/main/LICENSE).