FileWatcher is currently a Windows only C# and IronPython driven program for running scripts when files are changed. Started experimenting in a branch to make it driven by C++, QT, and Python for performance reasons, but I've since dropped that project.
Go to file
Brian 51e217e38c Added project files, source files, and assets.
As long as you have IronPython 2.7.3 you should be able to compile now
with this commit.
2013-12-20 19:54:45 -07:00
bin Setting up new basic structure of project. 2013-12-20 19:16:51 -07:00
code Added project files, source files, and assets. 2013-12-20 19:54:45 -07:00
data Added project files, source files, and assets. 2013-12-20 19:54:45 -07:00
scripts Setting up new basic structure of project. 2013-12-20 19:16:51 -07:00
README.md Added project files, source files, and assets. 2013-12-20 19:54:45 -07:00

README.md

FileWatcher

FileWatcher is currently a Windows only C# and IronPython driven program for running scripts when files are changed. I plan on upgrading it to be driven by C++ and Python for performance reasons (Using Windows forms to make the conversion fairly painless), and I might make an effort to make it cross platform in the future (don't hold your breath); if I was to do such an upgrade it would be with QT.

The program is still in Alpha, though it's basically useable. I still have some bugs to work out, and A LOT of features to work out. I also plan on having some premade scripts to make using it as easy as possible. I have never written a plugin system before (well, the current implementation isn't one, but I'd like to try), so bear with me, and maybe send me some feedback on how I can improve the program.

Requirements: +IronPython 2.7.3