eoyilmaz / anima

VFX & Animation Pipeline Library
MIT License
137 stars 27 forks source link

Better Progress Manager Design #43

Open eoyilmaz opened 1 year ago

eoyilmaz commented 1 year ago

Current ProgressManager design requiers one to now the total amount of steps in the progress, the max_iteration is not a property and changing it will not be reflected on the UI. One another problem is that the ProgressCaller needs to be passed around. We need a better design that is similar to the Signal/Slot of Qt.

(I will better detail the issue later on).