oompahloompah
oompahloompah

Reputation: 9333

Is QT available for android and iphone platforms?

Is QT available for the android and iphone platforms?

I want to develop a single code base for these two platforms - can it be done?

Upvotes: 14

Views: 2123

Answers (2)

Alex Huber
Alex Huber

Reputation: 503

You can publish for iOs, Android and even others from a single code base with V-Play (v-play.net). It's a cross platform game engine based on Qt/QML with many useful V-Play QML game components for handling multiple display resolutions & aspect ratios, animations, particles, physics, path finding and more. API reference.

(Disclaimer: I'm one of the guys behind V-Play)

Upvotes: 1

Frohnzie
Frohnzie

Reputation: 3569

There is experimental Qt support for Android.

http://sourceforge.net/p/necessitas/home/necessitas/

See this question for iPhone. Qt for iPhone/iPad?

Upvotes: 6

Related Questions