Skip to content

Contribution

Almas Baimagambetov edited this page Sep 5, 2016 · 5 revisions

Contribution of any form is welcome! Please see the list below on how you can contribute to the project:

  • Proof read public documentation for errors, ambiguities and typos.
  • Crash test features for bugs or write a unit test for one.
  • Create an issue or suggest a feature backed up by a use case.
  • Provide or suggest an implementation of a feature from New Features.
  • Fix / implement / close an open issue.
  • Suggest an API change if you think some calls can be made more concise.
  • Samples might get outdated quite quickly, see if you can find something weird / not working
  • Share details about your project based on FXGL (this will go to the showcase section).

Once you've decided what you would like to do, let me know about it, just to make sure that this hasn't already been implemented, fixed or being worked on in newer versions.

Building FXGL

If you need to build FXGL from sources simply do

mvn package

This will generate FXGL-x.y.z.jar, including sources, javadoc and uber-jar in the "target/" directory.

Clone this wiki locally