Rarity

Rarity

17M Downloads

Prototype a "new" UI for the main window that doesn't rely on LibQTip

rdw-software opened this issue ยท 0 comments

commented

Due to the performance problems and maintainability issues with the current UI code, it might be worth at least exploring if an alternative version could work without having to rely on LibQTip. When using something like ScrollFrame, the performance should be much higher, although I don't know if it could be made to look appealing. However, at first a prototype should be built to evaluate the performance.

AFAIK this is similar to what AllTheThings uses and I've never heard anyone complain about the performance. But it's just an idea.

Design wise, something basic like the AnglerAtlas UI or SimpleArmory would likely be sufficient.

Details TBD, just putting it here as a "brain dump". It's unlikely to be implemented due to time constraints.

Alternatives: Refactor the existing UI code (oof), and try to cache updates/implement reactive updates instead of full rebuilds.