Just to let you know what I use to test ES1/ES2 stuff …
- Use the desktop GL profiles, ie GL2ES2 or GL2ES1
This will use a GL2/ES2 or GL2/ES1 common subset.
gl.getGL2ES2() … - Use an ES1/ES2 PC emulation.
I use Imagination Technologies SDK as you can find it
with the URL’s provided below. - Use a good mobile platform with floating point
and a CVM for example, where NIO is enabled …
Otherwise … the JVM/Hotspot for ARM/Linux is under development.
We have some VisualStudio files in the make subdirectory,
to build it even for WinCE platforms …
Well, the embedded Linux devices are straight forward.
Cheers, Sven