Hi , i was searching some java library ,
that will run swing without X Window system with no ugly "x-window" system.
And using OpenGL-ES on directly framebuffer.
I couldnt found any good solution on java.
All was for QT Widgets.
Is this library can handle it ?
1-) Fast Performance
2-) No Window System Dependency / Directly FrameBuffer
3-) OpenGL ES Support.
Performance is very important ,
I've seen some development , named fbtoolkit but its so bad.
Only copying pixels to framebuffer makes huge lose performance.
We need fully hardware friendly Java solution.
That will run swing directly on hw...
Doesn't sound like a task for a 3D engine for me let alone that jPCT in its desktop flavor doesn't support OpenGL ES.