Ingo Maier <ingo.maier <at> epfl.ch> writes:
> On a side note, the Java platform right now lacks a lot of things for
> modern UIs, such as cross platform, efficient graphics hardware support
> that is exposed in public APIs
An interesting development is the Java Shader Language used by the effects
framework in JavaFX:
"JSL is simliar in syntax to GLSL/HLSL/Cg, but in practice it's closer
to Cg in that it can be compiled down into various targets (GLSL,
HLSL, Java, C, etc)."[1]
Unfortunately, it seems like there are no plans to expose it as a public API.
> as well as modern media APIs.
Available in JavaFX. Hopefully it will trickle down to the plain JDK in JDK7.
Best,
Ismael
[1]
http://forums.java.net/jive/thread.jspa?threadID=45674&tstart=0