smellymumbler
I’m using XML for my serialized scenes in Urho and I’m trying to find out an efficient way of updating the scene in realtime, whenever the XML file changes. My first prototype makes use of this:
http://doc.qt.io/qt-5/qfilesystemwatcher.html
But I don’t want to bundle the entire QT framework just for this. Does anyone know any elegant way of achieving this task?