SpeedUI

Maybe I will change the name of MY_UI to SpeedUI since is so damned fast. I recently made some changes to the way drawing works and came out with some incredible results. For my tests, I open up 30 re sizable windows with some tabs, text and a button inside of each window. Normally, I was getting .55ms CPU time, and .35 ms GPU time for this. After optimizing the drawing, the GPU time dropped to about .3ms and the CPU time dropped to about .02ms ( A HUGE INCREASE!). Basically, this means the UI will be non existent in your application, unlike other UI’s where you are seeing a runtime of 1-2ms for GPU and 3-5 ms for CPU time. I will release the source code later today . . .

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>