Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Intel XDK open source? [closed]

Tags:

html

intel-xdk

Please let me know whether Intel XDK is an open source or not?

To what extent it can support HTML5 and for smart devices?

like image 474
Seipl Avatar asked Dec 09 '22 09:12

Seipl


1 Answers

Intel XDK tool itself is not open sourced, Intel XDK is an Integrated Development Environment (IDE) for building cross-platform apps using HTML5. The tool itself is built using various Open source projects like node-webkit for the native shell, Adobe Brackets for the code editor, Apache Ripple for the emulator, and other technologies.

It supports building native packaged apps for iOS, Android, Windows Phone, Tizen and other devices. It supports building apps that use Cordova APIs for these devices and also supports building apps with Crosswalk for Android.

like image 193
krisrak Avatar answered Dec 18 '22 04:12

krisrak