The Source for Java Technology Collaboration

Home » java.net Forums » OpenJFX » JavaFX Script Language Discussion

Thread: Questions about EffectsPlayground demo

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
This question is not answered. Helpful answers available: 2. Correct answers available: 1.

Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 1 - Last Post: Jan 7, 2009 8:33 AM by: campbell Threads: [ Previous | Next ]
cowwoc

Posts: 1,055
Questions about EffectsPlayground demo
Posted: Jan 6, 2009 8:15 PM
 
  Click to reply to this thread Reply

Looking at http://javafx.com/samples/EffectsPlayground/index.html

1) Why is it that some effects such as motion blur will get choppy if you drag the slider back and forth but CPU usage remains low? What bottleneck is causing this choppiness?

2) When I drag the applet out of the browser I notice that the non-rectangular window drags very choppy over the desktop. Why is that? Does this problem affect all non-rectangular windows or is there some problem with this specific application?

PS: I have no JavaFX experience. I'm just curious about these high-level issues.

Thank you,
Gili

campbell

Posts: 63
Re: Questions about EffectsPlayground demo
Posted: Jan 7, 2009 8:33 AM   in response to: cowwoc
 
  Click to reply to this thread Reply

Hi Gili,

1) If the effect is being accelerated on the GPU but is bottlenecked there (e.g. due to a large kernel), it's possible that the CPU will show low utilization. We're still investigating performance issues like this, so that's the best guess I can give at this time.

2) This is a known bug in JavaFX: http://javafx-jira.kenai.com/browse/RT-1694

Chris




 XML java.net RSS