Skip to content

Commit

Permalink
[CROSSHAIR-1] feat: create crosshair overlay app
Browse files Browse the repository at this point in the history
  • Loading branch information
I-Atlas committed Jul 19, 2022
1 parent 2cffbc8 commit 3e29705
Show file tree
Hide file tree
Showing 16 changed files with 604 additions and 2 deletions.
Empty file added .idea/.gitignore
Empty file.
8 changes: 8 additions & 0 deletions .idea/crosshair-overlay.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 38 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/overlay.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

236 changes: 236 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 34 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# crosshair-overlay
Crosshair overlay
# 💠 Crosshair Overlay

![GitHub](https://img.shields.io/github/license/I-Atlas/crosshair-overlay?style=flat-square)
![Python](https://img.shields.io/badge/Made%20With-Python%203.10-blue.svg?style=flat-square)

![crosshair](/screenshots/crosshair.PNG)

Crosshair overlay is transparent overlay on screen with crosshair or dot.
You can adjust the crosshair using the easy-to-use interface.
There is support for light and dark themes!


## 🚀 Start

1. Download overlay.exe from [releases](https://github.com/I-Atlas/crosshair-overlay/releases);
2. Open overlay.exe;
3. Click Start button;
4. Make sure you play the game in a borderless window mode;
5. Enjoy!

## 🔮 Setting

![menu](/screenshots/menu.PNG)

1. Open or save crosshair settings menu;
2. Change color of crosshair;
3. Change the type of crosshair;
4. Adjustment for crosshair;
5. Reset settings;
6. Start or stop overlay crosshair on screen.

## 📑 License

The project is licensed under the [GNU General Public License v3.0](https://github.com/I-Atlas/crosshair-overlay/blob/master/LICENSE).
Binary file added fonts/Inter-Regular.otf
Binary file not shown.
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
altgraph==0.17.2
dearpygui==1.6.2
future==0.18.2
pefile==2022.5.30
pyinstaller==5.2
pyinstaller-hooks-contrib==2022.8
pywin32-ctypes==0.2.0
darkdetect~=0.7.1
Binary file added screenshots/crosshair.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/menu.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3e29705

Please sign in to comment.