yo all mmmmmm if u reach that frame rate that s because ur main form doesn t need any important graphical work (and 16fps is not really good ; oh god i love my geforce4 :D ) ; now try to write a simple game with gtk and u ll notice u can t do efficient blitting with this API in my opinion drawing area is ok for scientific app not multimedia in other words use gtk if u don t need high performance with ur blitting NB: don t think i hate gtk but the choice of the graphical API just depends on ur needs
-----Message d'origine----- De : Olexiy Avramchenko [mailto:[EMAIL PROTECTED]] Envoy� : mercredi 25 septembre 2002 11:54 � : CAVEY GERARD Cc : 'Joerg Vogler'; GTK Mailing List Objet : Re: How to redraw the application window of a multithreaded GTK a pp? CAVEY GERARD wrote: >hello >first i think that 15 fps is too much for gtk > You are wrong. It depends on hardware you're using and mostly on the task you're doing (algorithm, frame size, video mode, how the data passed in/out, etc). Gtk is a widgets toolkit. It eats (generally) more CPU time and memory than, for example, Xaw, but well-designed gtk application will always fit in choosen hardware. If you're running under the X, gtk is a good one toolkit to do almost anything you want (btw, now i'm driving 16fps 956x800 frames in gtk+-2.0 app, X/Linux,PIII-500MHz). Olexiy _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list ************************************************************************* Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisee est interdite. Tout message electronique est susceptible d'alteration. SG Asset Management et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, deforme ou falsifie. D�couvrez l'offre et les services de SG Asset Management sur le site www.sgam.fr ******** This message and any attachments (the "message") are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration. Neither SG Asset Management nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified. ************************************************************************* _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
