You will find the UI be displayed in your browser.
For MCU: It call LCD driver for rendering pixel -- you can check the code GuiLiteSamples/HelloParticle/BuildSTM32F103/main.c
For Qt, MFC, iOS, Mac: It build UI as a memory bitmap, and map it on picture Widget of Qt/MFC/iOS/MacCocoa