Is JavaFx suitable for creating online multiplayer board/card games?

Posted by Piniu on Stack Overflow See other posts from Stack Overflow or by Piniu
Published on 2010-03-22T14:49:20Z Indexed on 2010/03/22 14:51 UTC
Read the original article Hit count: 272

Filed under:
|
|

In JavaFx i can easy create animations, moving pieces etc., but as far as i see there is better to write program logic and communication in java. Worst i see at the moment is calling javafx part as a result of data incoming from server. Is there any convenient way to do it or its better to change to other technology (flex, qt?) assuming it is not important if program will run in browser or outside as a standalone application?

I just started to learn javafx but can drop it and move to other technology and consider c++ + wxWidgets or Qt which im more comforatable with.

© Stack Overflow or respective owner

Related posts about java

Related posts about javafx