rix0rrr
rix0rrr

Reputation: 10276

Why is the visible framerate of my JavaFX 2 application so unreliable?

I have to decide whether JavaFX (2) is the correct UI toolkit for a gaming platform we're about to build. The games are simple 2D games, nothing very fancy, but for the user experience it is important that the games look "smooth".

Currently, I'm having some concerns about the frame rate exhibited by a simple test application (moving some sprites in ImageViews around).

Does anyone have any idea where this poor performance comes from? Is it immaturity of the platform or some inherent limitation? Is JavaFX a poor basis for a (simple 2D) games platform and is there no other solution than to drop down to C++ with OpenGL acceleration?

Upvotes: 1

Views: 1187

Answers (1)

BAR
BAR

Reputation: 17131

No reason that JavaFX would cause the issue you are describing.

It sounds very much like you have mismatched graphics cards, is this the case?

Upvotes: 0

Related Questions