| Crates.io | simple-crosshair-overlay |
| lib.rs | simple-crosshair-overlay |
| version | 1.2.1 |
| created_at | 2023-08-09 20:50:48.935624+00 |
| updated_at | 2025-05-08 16:00:34.747382+00 |
| description | A simple native crosshair overlay |
| homepage | |
| repository | https://github.com/zkxs/simple-crosshair-overlay |
| max_upload_size | |
| id | 940378 |
| size | 8,490,680 |
A performant native crosshair overlay without unnecessary bloat. Free and open-source software.


%appdata%\simple-crosshair-overlay.%appdata%\Microsoft\Windows\Start Menu\Programs.macOS binaries are available, but I lack hardware to test against so I do not know if they work. If you're using simple-crosshair-overlay on macOS please let me know in the macOS support tracking issue.
Linux is presently unsupported, pending resolution of a few issues. See the Linux support tracking issue for details.
Use the tray icon to:
In Adjust Mode:
Your PNG file must use RGBA pixel format. Most PNGs are already saved this way, but you may need to specifically save it with an alpha channel if Simple Crosshair Overlay is giving you an error.
Also note that changing the color of the built-in crosshair has no effect on custom PNG crosshairs. If you want your custom crosshair in a different color you'll have to make that change in an image editor.
Hotkeys cannot currently be changed in-application. To edit your hotkeys, do the following:
%appdata%\simple-crosshair-overlay\config\config.toml. If this file does not exist, starting
and exiting the program once will create it.key_bindings section by referencing the Keycode values defined in keycode.rsSimple Crosshair Overlay supports 0.5 pixel alignment with the default crosshair by scaling it to an even or odd size. If this sounds nonsensical, I've written a quick explanation of this concept. If you're using a custom PNG crosshair, then providing the correct even/odd size is up to you.
cargo install simple-crosshair-overlaycargo build --releaseIf you have bugs to report please let me know by opening an issue.
For suggestions, questions, or even just to say hey, feel free to start a discussion.
Simple Crosshair Overlay is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, under version 3 of the License.
Simple Crosshair Overlay is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
A full list of dependencies is available in Cargo.toml, or a breakdown of dependencies by license can be
generated with cargo deny list.