Using shaders in JavaFX?

Kevin Rushforth kevin.rushforth at oracle.com
Fri Feb 8 07:57:44 PST 2013


>
> What I would like to know is: Is it possible to use (OpenGL) shaders in JavaFX?

No, this is not possible. We use shaders internally for rendering, but 
supporting user-defined shaders is not planned.

-- Kevin


Tobias Bley wrote:
> Hi JavaFX freaks,
>
> JavaFX is a very wonderful language and we made several tests in porting our Swing based consumer apps to JavaFX - successfully! I love porting to JavaFX :)
>
> What I would like to know is: Is it possible to use (OpenGL) shaders in JavaFX?
>
> Best regards,
> Tobi
>
>
>
>   


More information about the openjfx-dev mailing list