A simple native crosshair overlay without unnecessary bloat. Free and open-source software.
Click here to expand another screenshot demoing a custom PNG crosshair
%appdata%\simple-crosshair-overlay
.%appdata%\Microsoft\Windows\Start Menu\Programs
. Binaries are also provided for MacOS, although they are untested. If you're interested in helping test see issue #3.
Linux is presently unsupported. See issue #6.
Use the tray icon to:
In Adjust Mode, use the arrow keys to move the crosshair and PageUp/PageDown to increase/decrease the crosshair scale.
The config file is saved to %appdata%\simple-crosshair-overlay\config\config.toml
. The following settings currently
cannot be edited in-application and can only be changed via manual config file editing.
Color of the default crosshair can be manually edited by changing the color
setting in config.toml
to an ARGB
hexadecimal value. So for example B2FF0000
for red with a bit of transparency, or FF00FF00
for fully opaque green.
Note that this has no effect on custom PNG crosshairs.
Hotkeys can be manually edited by changing configs in the key_bindings
section of config.toml
using the Keycode
values defined in keycode.rs.
cargo install simple-crosshair-overlay
cargo build --release
or alternatively for a slightly smaller binary, cargo +nightly build -Z build-std=std --release
.
See min-sized-rust for an explanation.Copyright 2023 Michael Ripley.
Simple Crosshair Overlay is provided under the GPL-3.0 license.