viridia / quill_v1

Reactive UI framework for Bevy game engine
MIT License
60 stars 7 forks source link

Verify that presenter updates are optimal #7

Open viridia opened 9 months ago

viridia commented 9 months ago

Presenters get re-run when dependencies change, but the state of the current implementation is more along the lines of "Oh my God, it actually works!" than it is "Yes, it works, and it works correctly".

Specifically, we want to ensure that the following things happen only when they actually need to: