how to make it more efficient

huaner

04-10-2007 02:56:04

hi:
we must create many windows and each window has many widgets. but i found the FPS is very slow. so, how to make it more effectively? thanks!

Game_Ender

04-10-2007 03:14:30

You could help the main developer out by running a profiler over your application and determine where in QuickGUI the slow down is occurring. Then he can figure out what he needs to fix. You could also provide a simple code sample that produces the same kind of speed symptoms you are getting in your application so that he could analyze it as well.

kungfoomasta

04-10-2007 05:42:26

Roughly how many windows do you need to create? Are you using the last release, or SVN? (if from SVN, what revision?)

I do have some ideas to optimize the code in some areas, but ideally I need to profile it to attack the areas that will yeild the most benefit. I don't plan on profiling until after I've completed my todo list. If you know what areas are sucking down performance let me know and I can fix it.

huaner

07-10-2007 02:24:34

Roughly how many windows do you need to create? Are you using the last release, or SVN? (if from SVN, what revision?)

I do have some ideas to optimize the code in some areas, but ideally I need to profile it to attack the areas that will yeild the most benefit. I don't plan on profiling until after I've completed my todo list. If you know what areas are sucking down performance let me know and I can fix it.

when i used old version,e.g.v0.9.5., i created 6 windows, and one window has 60 widgets. finally, it was very slow. so, i change some ways in program.now, i use v0.9.6. but, i found then reason may be my own codes.