Making some progress on my Terminal UI prototype. Lots of controls done already, but it is going to require quite some polishing work. Very rough for now but it is promising! β¨οΈ
My automatic tracking dependencies is working but it has been tricky to allow dynamic visuals created based on state changes without rebuilding the whole UI. Func<Visual> are called only if something is reading a property that is changed. It's cool but tracking dependencies bugs are quite difficult to chase down! π