Hardware-accelerated, DRM-based rendering with JavaFX on the Raspberry Pi
A key advantage of JavaFX is that it allows Java developers to write client applications, including a user interface, in a platform-independent way. The same JavaFX code that is written for desktop platforms also works on mobile and embedded devices. In order to achieve this, the JavaFX implementation itself needs […]