The GUI to end all GUI libraries (Let's Dream!)

Julio César Carrascal Urquijo jcarrascal at gmail.com
Wed Nov 28 06:40:43 PST 2007


Lutger wrote:
> You can, instead of using a frame-based approach, repaint as needed. The 
> lack of state is in the interface, behind the scenes a library can do 
> caching. I don't remember the link, but there was some guy who rewrote 
> his traditional gui for a cellphone to an imgui one, and stated that 
> performance was about the same.
> 
> One benefit though is that in normal gui's, a whole lot a state is 
> retained and duplicated between the application and the gui library. In 
> complex application, that sucks performance.
> 

All the implementations I've seen use real-time redrawing which is 
obviously overkill for this type of application. But you are right, it 
is certainly possible.


-- 
Julio César Carrascal Urquijo
http://jcesar.artelogico.com/



More information about the Digitalmars-d mailing list