-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
552ff1b
commit eed203d
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# borderless | ||
# ![borderless](https://github.com/user-attachments/assets/0c04d554-427b-4ead-8799-fc15233d45f9) borderless | ||
|
||
The smallest most lightweight borderless gaming utility in the world. An exercise in Win32 minimalism. Written in the Lord's language, C. | ||
|
||
## How to use | ||
|
||
After launching borderless.exe, press Alt+F11 to toggle maximized borderless window. Relaunch borderless.exe to quit. | ||
|
||
## How to install | ||
|
||
Download borderless.exe in the Releases section. Double click to run. Delete to uninstall. The executable leaves no trace behind. | ||
|
||
## Credits | ||
|
||
My girlfriend who made the beautiful icon. | ||
|
||
Originally I was inspired to create this when [teutinsa](https://github.com/teutinsa) [posted](https://www.reddit.com/r/C_Programming/comments/1gyapb9) their own borderless utility on [r/C_Programming](https://www.reddit.com/r/C_Programming). I got sidetracked and ended up creating [trayutil](https://github.com/stianhoiland/trayutil) instead, which is just a project template for any Win32 tray utility, where the sample app just happens to be a borderless window utility. trayutil solves the same problems that teutinsa's [BorderlessGaming](https://github.com/teutinsa/BorderlessGaming) utility does, but in ways more to my liking, yet I was unhappy with the approach in general. So, I restarted the project and instead finally made the world's smallest borderless window utility. The rest is history. | ||
|
||
## Endorsements | ||
|
||
> One utility to rule them all, | ||
one utility to find them, | ||
One utility to bring them all | ||
and in gaming bind them. | ||
~ Sauron |