> Aws2 seems to be pretty slow. Since my app without Aws2 gets 
> about 70FPS and when I run add Aws2 it drops to 30. It 
> happened with simple layout that awstest uses.
> Are there any plans to optimize it?

You loaded the plugin for AWS2 and suddenly your app drops to 50% of
it's previous frame rate?

Awstest has a known "bug" (not really a bug), which causes it to run 50%
slower than it normally would.  This is because it's really updating two
3D engines instead of one.  The other one is simply not visible.

Additionally, the layout that awstest uses is far from simple.  The
clock is a huge cycle hog because it has to do some fairly complex
redraws every second. (Several filled circles and semi-filled circles.)
I've never intended the clock widget to be optimal, just a good example
of what can be done from a complex widget standpoint.

I don't think that AWS2 is actually all that slow when used in what I
would consider a more realistic setting.  It's certainly faster than
AWS1, because the drawing routines are much more optimized.

I should mention, though, that the widgets in AWS2 are also more complex
from a drawing standpoint.  If a project is interested in raw speed,
they should reskin their widget set to use simpler primitives.  (ie,
avoid arcs and rounded rects, thick lines, things like that.)


-={C}=-


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Crystal-main mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/crystal-main
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to