Open tommadams opened 6 years ago
The implication here is that you would connect minigui to an arbitrary backend, not just a server running off localhost. That would be pretty nice to pull off.
@brilee i'm pretty sure you already can have it run on an arbitrary backend?
Currently, the Minigui UI is rendered using circles with drop shadows & gradient fills. This is fine when running on desktop but struggles on mobile GPUs.
We should render the UI elements to off-screen canvases and convert them to static images to improve performance.