Hi!
I got a bit inspired by Google’s GWT and their crosscompilation (source-to-source translation) from Java to JavaScript and thought about doing the same for Java to GLSL.
Are you aware of any existing projects that can do this?
Personally, I think it is a fantastic idea because then you could debug your (emulated and slow) shaders using e.g. Eclipse and then just translate and get the (fast) shader code.