Added examples of how FileWatcher can be used.

This commit is contained in:
Brian 2013-12-22 16:49:16 -07:00
parent 6306f55cbc
commit 89a4cc061a
1 changed files with 7 additions and 1 deletions

View File

@ -29,4 +29,10 @@ Features
Screenshots
-----------
![Screenshot 1](https://raw.github.com/leetNightshade/leetNightshade.github.io/master/FileWatcher/Screenshots/2013-12-22%2013_15_41-FileWatcher.png)
![Screenshot 1](https://raw.github.com/leetNightshade/leetNightshade.github.io/master/FileWatcher/Screenshots/2013-12-22%2013_15_41-FileWatcher.png)
Examples for use
-----------
* For Game Development purposes to "speed up" build times.
* Build assets (shaders/textures/models) as they're updated. Instead of building everything when you go to run the game, assets are always being built in the background.
* Your own customizable backup system.