Added examples of how FileWatcher can be used.
This commit is contained in:
parent
6306f55cbc
commit
89a4cc061a
|
@ -29,4 +29,10 @@ Features
|
||||||
|
|
||||||
Screenshots
|
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.
|
||||||
|
|
Loading…
Reference in New Issue