You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried how far I could get with the new DriftFX integration using the nightly build via Maven on my MacBook Pro Retina macOS 10.14.6. As an example I used the application HelloDriftFX from the demos.
I first tried it with OpenJDK 11 and OpenJFX 13.0.1. That compiled but failed at run-time. I then tried it with Oracle JDK 8 (built-in JavaFX) and the example worked, giving me roughly 3000 FPS on my old MacBook (from 2012) but Java crashes unexpectedly each time when I try to terminate the application via ESC.
To my knowledge OpenJDK 11 cannot work because you would have to build DriftFX from the specific Java 11 branch, which seems to be a little bit outdated too. Do you have any plans to support OpenJDK 11?
The crash when terminating on Java 8 is not nice. Is this a known bug or can anything be done against it? The line libc++abi.dylib: Pure virtual function called! is in red, so I assume it is an error.
I've made a comment about the current status of the DriftFX bindings here. Indeed, only JavaFX 8 is supported and there are obvious stability/performance issues. These issues must be resolved upstream, so please report your findings to efxclipse-drift.
DriftFX has been updated in LWJGL and now supports JavaFX 11 (as well as JavaFX 8, via the multi-release JAR functionality). However, the current implementation is still slow, outputs random stuff on stdout and crashes for me on OpenJFX 11.
I'm now waiting for the 2.x version mentioned in the above issue.
Hi,
I just tried how far I could get with the new DriftFX integration using the nightly build via Maven on my MacBook Pro Retina macOS 10.14.6. As an example I used the application HelloDriftFX from the demos.
I first tried it with OpenJDK 11 and OpenJFX 13.0.1. That compiled but failed at run-time. I then tried it with Oracle JDK 8 (built-in JavaFX) and the example worked, giving me roughly 3000 FPS on my old MacBook (from 2012) but Java crashes unexpectedly each time when I try to terminate the application via ESC.
To my knowledge OpenJDK 11 cannot work because you would have to build DriftFX from the specific Java 11 branch, which seems to be a little bit outdated too. Do you have any plans to support OpenJDK 11?
The crash when terminating on Java 8 is not nice. Is this a known bug or can anything be done against it? The line
libc++abi.dylib: Pure virtual function called!
is in red, so I assume it is an error.The text was updated successfully, but these errors were encountered: