Android OpenGL ES and 2D

后端 未结 6 1819
感情败类
感情败类 2021-01-29 17:10

Well, here\'s my request. I don\'t know OpenGL already, and I\'m not willing to learn it, I want to learn OpenGL ES directly since I\'m targeting my development to android, howe

6条回答
  •  你的背包
    2021-01-29 17:49

    I would definately checkout Android - Chris Pruett Google IO lecture Writing real-time games for Android redux

    grab the PDF also

    it's really helpful on many levels, Chris has really great experience with creating games for mobile devices

    but if you are really focused on 2D then start with Canvas http://developer.android.com/guide/topics/graphics/index.html#drawing-with-canvas

    Another option depends on skill level is Flash+AdobeAIR to Android, I myself like and luv programming level and as you further start developing you will find out why.

    OpenGL : Check for - Nehe Productions

    a couple of apps you may want to put on your phone that is worth it and they are free is: OpenGL Demo, min3d Framework, RedBook Sample

提交回复
热议问题