husker-dev / openglfx

OpenGL implementation for JavaFX
Apache License 2.0
80 stars 10 forks source link

Applying shaders to elements and images #47

Open husker-dev opened 7 months ago

husker-dev commented 7 months ago

Add the ability to apply GLSL shaders to Elements/Images.

There is an existing library that does a similar thing, but it has a lot of limitations. https://github.com/Teragam/JFXShader

In theory we can use GLSL on all platforms without precompiling.