DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2866
Version: 1.3-feature


Please use the mailing list/news group/forum general.fltk here:

http://www.fltk.org/newsgroups.php

FLTK uses X11 to draw on your screen. The rendering speed will depend
greatly on the X11 server that you use. The biggest time waster is usually
related to fonts. There are tools out there that will measure this for you.

You can accelerate rendering of widgets by changing the box types.
Currently, a button is drawn raised with shading. If your display is
black&white only, use FL_BORDER_BOX as your default box type, or draw your
own boxes, which may be much faster.

You can somewhat reduce the size of you final program by linking
statically and enabling all size optimizations and all stripping commands.
If you linker can do that, let it remove all unused functions.

The best combination of optimizations depend on you tools and on your
target processor.


Link: http://www.fltk.org/str.php?L2866
Version: 1.3-feature

_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to