[Plib-users] Using PUI with bitmap buttons?
Brought to you by:
sjbaker
From: SkyFlash <sky...@ch...> - 2003-03-14 15:51:15
|
I basicly want to have a custom GUI that not only changes in color, but uses transparent graphics as background for the widgets. How do I go about implementing that? From what I read in the docs I guess the widgets cant load any graphics directly, so I will have to write a user render callback. But how do I then render the widget in the PLIB window in 2D? Does PLIB have API to load and display bitmaps in 2D on the current screen, mixing it with 3D from ssg? How can I load the graphics into PLIB? If there are no PLIB calls, how do I use freeglut to draw bitmaps to the screen? Are there any example apps that have custom gui to guide me? Thx for any help... Ralf Pietersz |