-4

Autodesk's FormIt software exists on Windows,Web,Android and IOS.

Does anyone know what technology stack they are using?

pingu
  • 8,719
  • 12
  • 50
  • 84

1 Answers1

3

For Desktop is C++ with Qt Framework. For Android is Java and for Web is HTML5 and JS

Because app is made for multiple platforms not means use same language in all. Only way to do that is using HTML5/JS in all platforms and that is not used in this case.

pedrofernandes
  • 16,354
  • 10
  • 36
  • 43
  • 1
    Doesn't xamarin with c# allow you to cover all the bases – MySchizoBuddy Mar 24 '17 at 09:49
  • 1
    No, Xamarin is not one stop shop for apps, like announced. In Xamarin you just have a common code but all interfaces must be created separately, because you must implement diferent API's from diferent systems. – pedrofernandes Mar 25 '17 at 21:06