Masstronaut / Engine

gonna make it good
3 stars 1 forks source link

Directory watcher #26

Open Masstronaut opened 6 years ago

Masstronaut commented 6 years ago

We need a directory watcher to notify us when assets (shaders, models, textures, scripts, etc.) get updated on disk so we can hotload them automatically for a seamless user experience.

ESFW is a cross platform file watcher without dependencies (beyond OS + stdlib), so I think it's a good place to start.