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.
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.