We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
最好的起点是平台本身的开源。目前,只有控件是开源的,但随着时间的推移,将会添加更多项目。加入链接页面上的邮件列表以参与其中。
接下来,您可以尝试 JFXtras 项目。其目标是开发和孵化控件、组件和额外的位,作为 JavaFX 中可用内容的补充或替代。
然后,您还有像 DataFX 这样的项目,它检查 JavaFX 与各种数据源提供程序的接口,Grezi 这是一个使用 JavaFX 的实验性演示框架,或者您可能想查看 JFX Flow 这是一个用于开发 JavaFX 应用程序的框架。
如果您更喜欢用其他语言对 JavaFX API 进行编程,您可以查看开源 ScalaFX 或GroovyFX 项目。
JavaFX 示例应用程序(例如 Ensemble)是在 BSD 许可证下获取的,因此请随意根据这些应用程序提供的框架创建您自己的 JavaFX 示例。
我确信还有很多其他这样的项目我已经错过了或者随着时间的推移将会形成。
The best place to start looking is the open source of the platform itself. Currently, just controls are open sourced, but over time more items will be added. Join the mailing list on the linked page to get involved.
Next, you could try the the JFXtras project. Which aims to develop and incubate controls, components and extra bits in addition to, or as an alternative to, what is available in JavaFX.
Then, you also have projects like DataFX which examine interfacing JavaFX with various data source providers, Grezi which is an experimental presentation framework using JavaFX, or you might want to checkout JFX Flow which is a framework for developing JavaFX applications.
If you prefer programming the JavaFX API in other languages, you could look into the open source ScalaFX or GroovyFX projects.
The JavaFX sample applications such as Ensemble are sourced under a BSD license, so feel free to create your own JavaFX samples based on the frameworks those applications provide.
I am sure there are a bunch of other such projects which I have missed or will be formed over time.
JavaFX 本身是部分开源的,欢迎贡献。
请参阅http://openjdk.java.net/projects/openjfx/
JavaFX itself is partially open-source and welcome for contribution.
See http://openjdk.java.net/projects/openjfx/
以下是我发现的一些...
和这个 是第三方 JavaFX 工具的官方 Oracle 摘要页面。
Here are a few that I found...
And this is the official Oracle summary page for third party JavaFX tools.