Ubuntu – Is QML the only way to create apps in Ubuntu for tablets

application-developmenttabletubuntu-touch

As I've seen from the tutorials, QML seems the only way to create graphical apps in Ubuntu for tablets. Other languages seem to be only for using OpenGL, not Qt libraries.

My question can be rephrased as: Can I grab some Linux C code and compile it in Ubuntu for tablets?

Best Answer

We are encouraging the use of QML and HTML5, but if you want to make your C code compile across different hardware there isn't anything that should stop you.

Related Question