🌲 A simple crosshair overlay for PC games
Sapin is a portable executable, no installation is required.
Download the latest binary from releases
and run it.
You can change things like the crosshair color, shape (crosshair or dot), transparency, size, thickness, gap etc…
Sapin ship with a tray icon, right click on it to access the settings.
Click Config to open the configuration file location and open
config.toml
with notepad (or any text editor) to modify it.
The crosshair overlay is hot reloaded when the config file is saved.
Windows (tested on Windows 10 and 11).
No, Sapin is just an overlay, it doesn't interact with the game in any way.
It opens a window on top of all other windows, centered, and draws the crosshair on it.
Feel free to check the source code.
It should work with most games (in fullscreen and fullscreen windowed modes).
Some games block overlays, you can try to run the game in windowed mode.
-> Is it a cheat?
I can't guarantee that you won't get banned, use at your own risk.
It's a false positive, Sapin is open source, feel free to check the source code.
Signing the executable would fix the issue, but it costs money, so I'm not
planning to do it.
If Windows Defender is blocking the executable, you can add an exception for it.
This could be due to Windows display scaling factor.
Check in settings: System > Display > Scale
Install the dependencies
bun i
bun tauri dev
Custom log level can be set via the RUST_LOG
env variable, for example:
RUST_LOG=info,sapin=trace
bun tauri build
MPL-2.0