Skip to content

The official repository for SimpleFileWatcher formerly at code.google.com/p/simplefilewatcher

License

Notifications You must be signed in to change notification settings

jameswynn/simplefilewatcher

Repository files navigation

-- FileWatcher --

Description:

FileWatcher is a C++ wrapper for OS file monitoring systems. Currently
it uses Win32 ReadDirectoryChangesW for monitoring changes in Windows,
and inotify in linux. OSX is supported via kqueue and directory scans.


TODO:
Create a pure directory scan based fallback mode.


Windows:

Builds in Visual Studio 2005 (no UNICODE support yet, sorry)
After building the demo app you will need to copy over the Ogre3d and OIS
dlls (at least OgreMain_d.dll, RenderSystem_Direct3D9_d.dll, and OIS_d.dll).

During the demo run the various batch files in the media directory to change
the current texture. These changes are automatically caught by FileWatcher
and will update the texture in the demo.


Linux/OSX:

Should just be able to use the Makefile to build the demo.


Written by James Wynn
Contact: [email protected]

About

The official repository for SimpleFileWatcher formerly at code.google.com/p/simplefilewatcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •