Simple app for showing a centered reticle. This project was created for personal use only.
I've been playing some Halo LASO recently and I was missing my reticle. So I created one.
Make sure to have raylib installed
git clone https://www.github.com/Seng3694/reticle
cd reticle
make release=1
After building it you can use the following command to copy the binary file to /usr/local/bin
:
make install
To remove it again use:
make uninstall
After successfully installing it you can run it directly from the command line and exit it with CTRL+C