[android-developers] Re: Game using Canvas porting to OpenGL please help

2009-07-01 Thread Alistair.
Take a look at the sprite drawing code in the apps-for-android code here http://code.google.com/p/apps-for-android/ You will see how you go about drawing a bitmap onto the OpenGL surface. Trying to explain the steps required to re-implement your sample code in Android might have seemed a bit of

[android-developers] Re: Game using Canvas porting to OpenGL please help

2009-07-01 Thread Tjerk Wolterink
I am already reading some opengl es tutorials. OpenGL is really low level as i see it, but not that difficult. So i will manage i hope. Greetings 2009/7/1 Alistair. alistair.rutherf...@googlemail.com Take a look at the sprite drawing code in the apps-for-android code here

[android-developers] Re: Game using Canvas porting to OpenGL please help

2009-06-30 Thread TjerkW
Nobody can help me? On 18 jun, 14:12, TjerkW tje...@gmail.com wrote: Hello All, My game runs fairly well on my phone, but i want to increase the performance by usingopengl. However currently i use the Canvas. I am a beginner inopengl. I have to port all my drawing code toopengl. However