views:

9

answers:

0

Hello i have been trying to create some simple games lately using the Canvas drawing methods for 2D graphics.

Now i want to start programming with OpenGL, i have created the GLSurfaceView but i'm having much trouble understanding the layout and how your moving around the screen with floats.

My easiest option would be to make some kind of method which would transform the layout to be the same layout as in canvas (coordinate system starting at the top left cornor instead of in the center of the screen). Could someone give me an advice on this, or if I should go another way??

Thanks.