Re: Implementing a shader API

2021-03-14 Thread Michael Ennen
I messed around with adding features to JavaFX's "JSLC" (Java Shader Language Compiler) which currently is only used at compile-time for JavaFX to convert "JSL" shaders to various platform dependent shader languages (GLSL, HLSL, etc.). In my opinion the ideal way to implement a public shader API

Fwd: Implementing a shader API

2021-03-14 Thread superminerJG
Hi everyone. This problem might have been discussed numerous times, and has been held off for quite a while. Although we are starting to see lighting improvements added to JavaFX, I feel that it's necessary for JavaFX to have some kind of custom shader pipeline. However, nobody has gotten around