Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Qt be used for developing apps for windows IoT core?

I have been working a while with Qt and C++ environment and want to learn Windows IoT core and its capabilities. Is there a way to do that?

like image 811
Xavier Geoffrey Avatar asked Sep 26 '22 00:09

Xavier Geoffrey


1 Answers

QT does seem to support a compatible application model to run of Windows 10 IoT Core.

http://doc.qt.io/QtSupportedPlatforms/index.html

Windows 10 IoT Core currently supports:

  • Universal App Platform (headed & deadless apps)
  • Node.js (headless)
  • Python (heal)

https://blogs.windows.com/buildingapps/2015/08/10/hello-windows-10-iot-core/

like image 157
danvy Avatar answered Sep 29 '22 07:09

danvy