Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android 3D animation

Tags:

android

3d

I have been working on Android for a few months. Now i want to jump to gaming in Android. So are there any resources, ebooks, or tutorial where I can study game development be it 2D or 3D.

Thanks.

like image 339
viv Avatar asked Aug 17 '10 13:08

viv


1 Answers

It's a long and not easy road. Start from 2D graphics by making some simple animations on images, try making a simple game. Check API for 2D and 3D graphics .

Here're some useful links

http://www.rbgrn.net/content/54-getting-started-android-game-development

http://www.gamasutra.com/view/feature/4160/developing_games_for_android.php

http://developer.android.com/guide/topics/graphics/opengl.html

http://androidforums.com/android-games/

http://www.joystiq.com/2007/11/06/cell-developer-talks-google-android-gaming-possibilities/

http://www.khronos.org/opengles/1_X/

UPDATE

A good getting started guide

http://www.rbgrn.net/content/54-getting-started-android-game-development

Here're some good tutorials

http://www.quesucede.com/page/show/id/conway_game_of_life_android

P.S. Start from small things!

Good Luck!

like image 66
hgulyan Avatar answered Sep 22 '22 17:09

hgulyan