0

Wondering what are tools out there and which is better to use in GUI development that supports ARM and X86 arch applications.

thanks in advance, T3nG

7 Answers7

9

The Qt framework should work well for this.

Reed Copsey
  • 554,122
  • 78
  • 1,158
  • 1,373
1

Take a look on the Qt Creator IDE. It's has free(LGPL) version.

Kirill V. Lyadvinsky
  • 97,037
  • 24
  • 136
  • 212
1

OpenMoko Freerunner¹ is ARM-based and it runs Qtopia/QtE, GTK and E17 UI stacks. All of them are also supported on x86. GTK is Cairo-based and I heard (not sure) that it uses lots of floating-point calculations though, so ARM with GTK might not be very fast.

¹http://wiki.openmoko.org/wiki/Neo_FreeRunner

liori
  • 40,917
  • 13
  • 78
  • 105
0

you can use olso GTK with ruby or C. much easier than swing

fenec
  • 5,637
  • 10
  • 56
  • 82
0

Maemo drives Nokia's internet tablets, which are ARM based.

eduffy
  • 39,140
  • 13
  • 95
  • 92
0

Depending on the power of your device...

The biggest now could be:

or if you have devices with much less capabilities, you can try simpler things like

Of course, if your device is a mobile-like, you can also consider using Android ... who knows...