JavaFX 13 adds support for native rendering
JavaFX 13, the latest version of the Java-based toolkit for building rich client applications, has arrived, highlighted by native rendering. Native rendering support allows developers to integrate powerful visualization capabilities into their JavaFX applications.
JavaFX is published by the OpenJFX community, since being separated from the Java Development Kit (JDK), and is now distributed by Java solutions provider Gluon. JavaFX 13, released September 10, enables native rendering by supporting WriteableImages backed by NIO bytebuffers, which are direct buffers used in native code.
