hi
After I implemented all necessary code to get LWJGL running (esp. with my Canvas3DWrapper) and added an appropriate selector to org.xith3d.test.Xith3DTestStarter I ran the org.xith3d.test.benchmark.MultiCubeBenchmark with both JSR-231 and LWJGL. Here are the results:
Linux, JSR-231: 41 FPS
Linux, LWJGL: 30 FPS
Windows, JSR-231: 27 FPS
Windows, LWJGL: 19 FPS
First of all it is surprising, that the linux implementation is much faster than the windows one (In general the windows driver is a little faster than the linux pendant). But I always thought, LWGJL was a little faster than JSR-231. These results tell a different thing.
Maybe it depends from case to case, but this difference is blatant, isn’t it?