vote up 6 vote down star
1

In general, which performs better? How are they like when processing vector graphics?

flag

14% accept rate

1 Answer

vote up 8 vote down check

Bubblemark is the premier benchmarking site for RIA.

Note at least one comparison image showing better drawing in Flash.

The GUIMark test is very interesting, the initial results showing SilverLight performance as poor. If you read down into the comments, the solution was identified as being partly a coding problem with timing and partly due to a major speed issue with SilverLight rendering text.

So, one key issue would be if text forms a major part of what you wish to render at speed.

Aside - I did a realtime graphing engine in Cocoa back in 2003 where I ended up using traditional Quickdraw rendering because the heavily anti-aliased and fancy text rendering of the Quartz graphics on Mac OS/X at the time was way too slow. Fast, good-looking text is not easy!

link|flag
The latest bubblemark galleries show a significant improvement for Silverlight. On my machine in Chrome the silverlight bubblemark runs around 260fps. – chris.w.mclean Jul 1 at 14:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.