View Full Version : You can do interesting things with ClanLib 0.9 GUI
rombust
02-19-2009, 11:57 AM
See attached picture.
It is showing that you can interact with a GUI window, even after rotation.
See ClanLib 0.9/Examples/GUI3D
freegamer
03-08-2009, 04:39 AM
Very, very cool. :)
catch22
03-13-2009, 04:25 PM
It's weird, but this program, and only this program causes my graphics card to squeal. After doing some research I suppose some people get this squealing issue with GTX 260 / 280 cards. But they tend to report it happening everytime they play games.
Currently, only this little GUI demo does it to me! How very odd I thought. I snoped around in the code and I couldn't see why..
Though when rendering at 4000 frames per second, maybe the card is just screaming for mercy? Haha.
rombust
03-13-2009, 05:37 PM
That's strange.
Try changing flip(0) to flip(1)
This should lock the framerate to 100fps, or whatever your monitor refresh rate is
Hopefully it'll stop squealing
(I've never heard of squealing graphic cards until today!)
Magnus Norddahl
03-14-2009, 01:43 AM
My 8800 GTX starts making a sound too when I get these extremely high framerates. I just smile when I hear this sound because it means its FAST FAST FAST :-)
catch22
03-15-2009, 05:32 AM
Well, I guess it's just the g92 based stuff (8800GT and up), and their derivatives. Something to do with Nvidia skimping on hardware, so power can be heard through the copper coils. Interesting read here:
http://theovalich.wordpress.com/2008/11/24/nvidias-deadly-flaw-and-how-to-fix-it-no-more-gtx280-squealing/
Either way, it's the first time I ever experienced it myself, but a little research shows while it's not frequent, it isn't unheard of.
It is related to the insanely high frame rates though. Throttling it back with flip(1) cured the issue. Would always explain why it doesn't seem to happen in 3d games and whatnot... I don't often run at those speeds...
Magnus Norddahl
03-15-2009, 02:36 PM
The only game I've heard the squealing is in Crysis when it displays the logos in the beginning. So apparently they keep displaying the logo as fast as they can in a loop for X seconds with no vsync. :)
rombust
03-24-2009, 03:21 PM
This 3D GUI example has been deleted ...
... instead the GUI example demonstrates how to use the GUI in a 3d environment (ClanLib-0.9/Examples/GUI)
See attached picture:
sphair
03-24-2009, 07:46 PM
OMG! That is the coolest thing I've seen in a long time :) The screenshot doesn't really do it justice - you have to try it out for real to see how cool it is. Really shows the power of ClanGUI :)
Very nice job, Rombust!
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.