Combining JavaFX with native UI and shaders?

Rob Nikander rob.nikander at gmail.com
Tue Sep 19 22:04:20 UTC 2023


Hi,

I’m interested in using JavaFX for a app’s UI, but for parts of the UI I want to use the native OS’s GPU API, to get the maximum possible performance. So on macOS, for example, I want to render it with Metal and write Metal shaders. Is this possible, maybe with help from JNI?

Rob



More information about the openjfx-dev mailing list