Quick project, just a simple all-in-one clicker, using the raylib GUI.
It has support for custom themes, that can be found here. Just pick a .rgs file, rename it to style.rgs and run your binary in the same directory as it.
- Adding accents
á à ã âto letters may feel weird on Windows while the program is open. - Windows defender might think it's sus, blame rdev.
- Untested in
MacOS&Linux.
It should work properly in Linux, if you're either using xorg or the target app is running with xwayland, but Mac? No idea yet.

Honestly, I did this as quick as possible, and I kind of wanted to see how far I could go by just spamming static muts and doing "unsafe" operations. Maybe I'll do a performance test against a "safe" version of it at some point, but that's not really in my priority list at the moment.
My old self would call this code a sin against humanity, but it actually paid off, since I would've spent 3x the time I did to actually finish this first commit.
This uses the terminal style from the raygui repo.
