-- Kevin
On 9/19/2023 3:04 PM, Rob Nikander wrote:
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