husker-dev / openglfx

OpenGL implementation for JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use INCLUDE_ES2 for Maven

orange451 opened this issue · comments

I want to use direct rendering with LWJGL using the supplied jar file:
javafx.graphics.win-es2.jar

How can this be accomplished?

To use javafx.graphics.win-es2.jar just add it to your Maven dependency as a regular .jar file library.

About INCLUDE_ES2

INCLUDE_ES2 is a property for JavaFX build.gradle script that allows to compile JavaFX sources including OpenGL pipeline for Windows.

After setting this property to true, output files will include javafx.graphics.win-es2.jar