https://github.com/seng3694/reticle
Simple reticle app
https://github.com/seng3694/reticle
c c99 raylib raylib-c reticle
Last synced: over 1 year ago
JSON representation
Simple reticle app
- Host: GitHub
- URL: https://github.com/seng3694/reticle
- Owner: Seng3694
- License: mit
- Created: 2023-07-23T08:27:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T10:47:05.000Z (almost 3 years ago)
- Last Synced: 2025-03-31T03:47:03.620Z (over 1 year ago)
- Topics: c, c99, raylib, raylib-c, reticle
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reticle
Simple app for showing a centered reticle. This project was created for personal use only.
## But Why
I've been playing some [Halo LASO](https://halo.fandom.com/wiki/LASO) recently and I was missing my reticle. So I created one.
## Dependencies
- [raylib](https://github.com/raysan5/raylib)
## Linux Build
Make sure to have raylib installed
```
git clone https://www.github.com/Seng3694/reticle
cd reticle
make release=1
```
## Installation
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
```
## Usage
After successfully installing it you can run it directly from the command line and exit it with CTRL+C
## License
[MIT](LICENSE)