Page 1 of 1

Just an idea ...

PostPosted: 28 Sep 2011, 10:55
by jakatak
Hi everyone,

I have juste read that article :
http://www.numerama.com/magazine/19967- ... -ipad.html

So i imagine me and my child playing with 3D printer model of Karts from STK on Ipad or Android tablets on STK maps !

For the 2024 roadmap ???

Thanks again for all the work done for this game.

Re: Just an idea ...

PostPosted: 28 Sep 2011, 17:57
by Auria
For now iPad is not possible because Apple rejects GPL projects as far as I know :( For Android this would be difficult too because Android uses Java. But who knows, maybe someone will make a port using Android NDK!

Re: Just an idea ...

PostPosted: 28 Sep 2011, 18:28
by Crendgrim
Well, starting from Android 2.3 (or so) you can create apps with plain C++ AFAIK (so, without a Java base).

Re: Just an idea ...

PostPosted: 28 Sep 2011, 21:04
by Iridium
Crendgrim {l Wrote}:Well, starting from Android 2.3 (or so) you can create apps with plain C++ AFAIK (so, without a Java base).

Ooh - but we'd have to hit version 1 before even thinking about this; but hopefully Android 2.3 will be out then too :)
-Iridium

Re: Just an idea ...

PostPosted: 28 Sep 2011, 22:09
by Crendgrim

Re: Just an idea ...

PostPosted: 28 Sep 2011, 22:26
by Iridium
Crendgrim {l Wrote}:It *is* out already... http://en.wikipedia.org/wiki/Android_%2 ... _system%29

Ohok - the way it was worded confused me. Coolz!

Re: Just an idea ...

PostPosted: 30 Sep 2011, 17:38
by Knitter
Auria {l Wrote}:For now iPad is not possible because Apple rejects GPL projects as far as I know :( For Android this would be difficult too because Android uses Java. But who knows, maybe someone will make a port using Android NDK!


Main problem are the current dependencies, most of the existing code won't be easy to port. Java is not a problem, you can and should use both Java and C++, but I fear that porting all the existing code to the Android platform may be very hard/time consuming. I actually thought about it but never got around to see the existing code and what I need to port to the Android NDK.

Re: Just an idea ...

PostPosted: 30 Sep 2011, 18:28
by Funto
The determining point on the feasibility of porting to Android is the port of Irrlicht to Android, which seems to exist in beta stage: http://gitorious.org/irrlichtandroid/pages/Home.