-
Notifications
You must be signed in to change notification settings - Fork 1
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
d8362cf
commit 5002d04
Showing
1 changed file
with
14 additions
and
2 deletions.
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,14 @@ | ||
# FacepunchCommitsMonitor | ||
Monitor the git commits of some Facepunch games (e.g. Rust, Garry's Mod, S&Box). | ||
# Facepunch Commits Monitor | ||
|
||
After the release of my very first **[real](https://github.com/FlorianLeChat/SteamCollectionDownloadSizeCalculator)** application in C#, I decided once again to convert one of my old Lua scripts made for Garry's Mod into an application usable outside this environment. | ||
|
||
The purpose of the script was to periodically check the commits made on the Garry's Mod GitHub repository and to notify players who wanted to see the changes. This script using this time a user interface which now fulfills this purpose while adding the tracking of Rust and the next Facepunch game: S&Box! | ||
|
||
Here are some pictures of the application: | ||
(please remember that the notifications are sent through the internal Windows system called **Toast** and therefore depend on your personal settings). | ||
|
||
![image](https://user-images.githubusercontent.com/26360935/123455810-70662680-d5e2-11eb-8b30-c961b2f526e0.png) | ||
|
||
![image](https://user-images.githubusercontent.com/26360935/123455654-43197880-d5e2-11eb-8ec4-604b2dea34ce.png) | ||
|
||
I'm a beginner in this programming language so you may find some problems and obviously any pull request or report are welcome! :+1: |