Skip to content

Commit f4d2fc3

Browse files
authored
Update README.md
1 parent c7a30b5 commit f4d2fc3

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
11
# Crosshair Overlay
2-
Tired of a simple overlay taking over 100MB of RAM for no reason?
3-
A very light, fast and portable crosshair overlay built with C++.
4-
5-
### On development!
6-
The current version is as minimal as it can get althought it would be nice to add some more optimizations to it. Later on there will be a less minimal version with an included json file to modify the crosshair and maybe even a complete UI.
2+
Tired of a simple overlay taking over 100MB of RAM for no reason? </br> A very light, fast and portable crosshair overlay built with C++. </br> The current version is as minimal as it can get
73

84
### Crosshair Customization
9-
For now, if you want the best possible performance, update the source code and compile it yourself (it's easy!)
10-
11-
You will need Cmake (at least 3.10)
12-
```bash
13-
git clone https://github.com/AlmartDev/SimpleCrosshair.git
14-
cd SimpleCrosshair
15-
cmake -S . -B build -G "Visual Studio 17 2022" -A x64
16-
cmake --build build --config MinSizeRel
17-
```
5+
Windows system tray (or notification area) -> Select CrosshairOverlay -> Settings
186

197
### CPU/RAM usage
208
- Executable Size: **13.5KB**.

0 commit comments

Comments
 (0)