Bug 1400 - Support OpenJFX/JavaFX
Summary: Support OpenJFX/JavaFX
Status: UNCONFIRMED
Alias: None
Product: Ardor3D
Classification: General
Component: core (show other bugs)
Version: 1.0.0
Hardware: All all
: P4 normal
Assignee: Julien Gouesse
URL:
Depends on: 1363 1364 1399
Blocks:
  Show dependency treegraph
 
Reported: 2019-11-19 21:58 CET by Julien Gouesse
Modified: 2019-12-02 23:18 CET (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Gouesse 2019-11-19 21:58:58 CET
JavaFX can already be used with JogAmp's Ardor3D Continuation with the the help of a SwingNode but a build-in solution getting rid of Swing would be preferred, faster and less memory intensive.

The project entitled "ardor3d-jogl-jfx" will rely on the NEWT OpenJFX canvas called NewtCanvasJFX.

As I don't want to depend on different flavors of JavaFX/OpenJFX, I won't try to support both JavaFX integrated into the JRE and OpenJFX as an external dependency, I'll support only the latter as it's more future proof, that's why building with Java >= 11 is required.