DemoFX icon indicating copy to clipboard operation
DemoFX copied to clipboard

Converting DemoFX to Maven project

Open FDelporte opened this issue 4 years ago • 4 comments

  • Gradle to be removed?
  • Unclear what to do with getUsedPipeline and getPrismTryOrder as they use com.sun.prism

Tested on Mac with Java 15

1DBA57DD-076B-45A5-A8D8-849614B7E140

FDelporte avatar Dec 08 '20 20:12 FDelporte

Thanks Frank! I think it's OK to remove gradle for now. Can always add it back later if there's a need. I will remove the prism debug, it's not important.

I want to make the video frame grabber work via reflection so it still operates on JFX8 for the part 3 demo :)

chriswhocodes avatar Dec 08 '20 21:12 chriswhocodes

OK done, Gradle removed

FDelporte avatar Dec 08 '20 21:12 FDelporte

Hi Frank, I'm going to do a little work on the pom to make a JDK8 profile (assumes JavaFX still part of JDK) and a JDK11+ profile (uses maven central openjfx) and do reflective version of frame grabbing. Should have an updated patch tomorrow :)

chriswhocodes avatar Dec 08 '20 23:12 chriswhocodes

+1 👍

FDelporte avatar Dec 09 '20 07:12 FDelporte