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

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.

Awesome Lists containing this project

README

        

Auto Blue Grid


badge-lastcommit
badge-openissues
badge-license
badge-contributors
badge-codesize


Auto Blue Grid's logo

## 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).