lmchoi / connect-four-clone-android

0 stars 1 forks source link

What to use for graphics? #1

Open lmchoi opened 8 years ago

lmchoi commented 8 years ago

Investigate the options available for making 2D mobile games. Consider the suitability for a 2D board game, features, ease of use, performance, portability and random fun factor (anything else?) Perhaps write up a wiki page comparing the options.

Some suggestions: Android API libgdx - A java games development framework (https://libgdx.badlogicgames.com/features.html) NDK (C++) OpenGL Other?

lmchoi commented 8 years ago

Findings at: https://github.com/lmchoi/connect-four-clone-android/wiki/Graphics-API-comparison

Will look to doing a spike with libgdx.

keimiOkamoto commented 8 years ago

I just saw this and it totally made me smile! I'm so excited!! :D :D

I'm going to have a research on Sunday and add some of my shiz too :)

You are such a trooper!

PS http://www.crunchyroll.com/attack-on-titan this is the show I told you about, in case you are interested. On 23 Oct 2015 2:48 pm, "Mandy Choi" notifications@github.com wrote:

Findings at:

https://github.com/lmchoi/connect-four-clone-android/wiki/Graphics-API-comparison

Will look to doing a spike with libgdx.

— Reply to this email directly or view it on GitHub https://github.com/lmchoi/connect-four-clone-android/issues/1#issuecomment-150578097 .

lmchoi commented 8 years ago

libgdx spike at: #3 Tested on desktop and Android.