On Fri, 2010-04-09 at 17:12 +0200, Till Harbaum / Lists wrote: > Hi, > > i've started to port the very nice OpenGL tutorial from > http://nehe.gamedev.net/ > to Maemo5/SDL_gles. The first 8 lessons are there ready to be tested from > extras-devel. The project is called nehegles: > http://maemo.org/packages/view/nehegles/ > > Hope this gives the usage of opengl on the n900 a little push ...
Good stuff, but which GLES version are you porting to? Also, I'd like to bring to your attention a very neat little wrapper that tries to wrap most used GL2 functions to GLES2: http://code.google.com/p/gl-wes-v2/ I actually have got glgears working using this, although it's buggy (can't get lighting to quite work) it makes porting GL2 to GLES2 pretty simple. Also, most the matrix operations in this wrapper could benefit greatly from SIMD and become even faster. Just wanted to give my 2 cents. Best Regards, -- Ahmed A. Ammar Senior Systems Engineer ConnectmeTV email: [email protected] tel: +2010 600-5516 _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
