Re: Windows Installation Instructions, All DLL Files Missing

2020-04-17 Thread hohonuuli
I build several JavaFX projects with cross-builds for Windows, Mac, Linux. Note that I build the projects with Java 11, then use Java 14 packager to build the final installer. So my examples require that you set a JPACKAGE_HOME env variable that points at the Java 14 home. Anyway, here’s an

Shared buffer in PixelBuffer

2020-04-06 Thread hohonuuli
Hi All, I just wanted to send a "thank you!" to all the JavaFX devs for your work on JavaFX and most especially, adding shared memory to JavaFX’s PixelBuffer. (https://mail.openjdk.java.net/pipermail/openjfx-dev/2019-June/023347.html) The “tl;dr” is that I now have a JavaFX-based video player