Crates.io | simple-crosshair-overlay |
lib.rs | simple-crosshair-overlay |
version | 1.1.4 |
source | src |
created_at | 2023-08-09 20:50:48.935624 |
updated_at | 2024-07-02 10:12:19.214602 |
description | A simple native crosshair overlay |
homepage | https://github.com/zkxs/simple-crosshair-overlay |
repository | https://github.com/zkxs/simple-crosshair-overlay |
max_upload_size | |
id | 940378 |
size | 8,486,311 |
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 completely untested as I lack hardware to test against. See the MacOS support tracking issue.
Linux is presently unsupported, pending resolution of a few issues. See the Linux support tracking issue. Additionally, you must have the following prerequisites installed:
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-overlay
cargo build --release
If 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.
Copyright 2023-2024 Michael Ripley.
Simple Crosshair Overlay is provided under the GPL-3.0 license.