I am evaluating several frameworks for a new mobile application that will
involve some 3D graphics. eRCP looks pretty interesting as far as quick
development time and good deployment to multiple platforms. I really like
the fact that the classes are the same as SWT, just different underlying
implementation. So in theory, I could run the app on the desktop without
too many mods. Really cool!
Is there any work being done to support OpenGL ES in eSWT? OpenGL is
supported in SWT currently. Also, is there any performance comparisons of
eRCP against a native C++ app ( specifically for S60 )? I understand
startup times will be slower no doubt, but what about UI responsiveness
and general overall performance? What about memory usage comparisons?