Re: [Plib-users] Pui Updates
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2000-05-30 03:46:49
|
Blake Friesen wrote: > > Hi, I'm using Pui in an application and it looks like the widgets are all > being constantly redrawn. Yep - it's designed that way because it's for applications where there is full scale 3D animation going on in the same window. Under those circumstances, you *have* to redraw all the widgets every frame - and that's exactly what PUI does. > Is there any way to have the widgets redrawn > only if it is updated? No. If you want a GUI that's NOT intended to work with 3D animation in the same window, do a web search for 'GLUI' - I think it may be better suited to your needs. -- Steve Baker http://web2.airmail.net/sjbaker1 sjb...@ai... (home) http://www.woodsoup.org/~sbaker sj...@ht... (work) |