Comparison of Processing vs JavaFx vs Griffon
Can anybody compare Processing vs plain JavaFX vs Griffon with Swing/Fx builders? I am interested in the sweet spots of each tooklki开发者_如何学编程t, and in particular for building rich visualization dashboards.
You're asking for a comparison between a language/environment (Processing), a set of java libraries (JavaFX) and an application framework (Griffon). As you can see, it wouldn't be fair for one tech to be compared to the other two.
However, I must mention that Griffon supports both Processing and JavaFX via plugins, which means that any cool stuff you build with those two can be embedded in a Griffon application ;-)
i found this article on JavaFX and Processing comparison. Quite well ilustrated! :)
精彩评论