Re: [android-developers] Re: 2d game development

2011-03-21 Thread a a
2011/3/2 Riyad rka...@gmail.com: In addition to TreKing's reply, you will want to decide if you are going to hand draw this stuff or use OpenGL, I'm going to assume you will be using OpenGL if you want lots of layers and spirtes moving performantly across each other and possibly add some

[android-developers] Re: 2d game development

2011-03-21 Thread Riyad Kalla
Any game engine you look at will have a considerable code base... that is like asking I would like to do a GUI and someone suggesting Swing or SWT to you and you saying My god the API is huge! Yes... they are... they cover a lot. Everything from 3D/2D abstractions to file I/O. libgdx has a good

Re: [android-developers] Re: 2d game development

2011-03-21 Thread a a
so, do you think your provider below url is a bare bones ? http://code.google.com/p/libgdx/ 2011/3/21 Riyad Kalla rka...@gmail.com: Any game engine you look at will have a considerable code base... that is like asking I would like to do a GUI and someone suggesting Swing or SWT to you and you

Re: [android-developers] Re: 2d game development

2011-03-21 Thread Miguel Morales
Good place to start: http://www.youtube.com/watch?v=U4Bk5rmIpic On Mon, Mar 21, 2011 at 6:16 PM, a a harvey.a...@gmail.com wrote: so, do you think your provider below url is a bare bones ? http://code.google.com/p/libgdx/ 2011/3/21 Riyad Kalla rka...@gmail.com: Any game engine you look at

Re: [android-developers] Re: 2d game development

2011-03-21 Thread a a
a ha, i know this guy, he is the author with replica island, he is a hero for many developer. This code write by openGL, not use game engine which provided by Riyad kalla. 2011/3/22 Miguel Morales therevolti...@gmail.com: Good place to start: http://www.youtube.com/watch?v=U4Bk5rmIpic On

Re: [android-developers] Re: 2d game development

2011-03-21 Thread a a
may be we can ask this hero which is better, the game engine or openGL? anyone know what's his facebook account? 2011/3/22 a a harvey.a...@gmail.com: a ha, i know this guy, he is the author with replica island, he is a hero for many developer. This code write by openGL, not use game engine

[android-developers] Re: 2d game development

2011-03-01 Thread Riyad
In addition to TreKing's reply, you will want to decide if you are going to hand draw this stuff or use OpenGL, I'm going to assume you will be using OpenGL if you want lots of layers and spirtes moving performantly across each other and possibly add some effects. So the next part of your