Should I need to learn QML to start Qt game programming ?
Unsolved
Game Development
-
I am a beginner in Qt, I heard Qt is slow in drawing graphics parts, so to optimize them I need to use QML , is that true ? also since this is my first topic here, here's a nested question too , will my choice about switching from SFML to Qt5 be a good choice ?
-
Hi,
Welcome to Qt forum.
For Qt game programming u can have Qt, as well as QML,
because of fluid and user interactions QML is meant for GUI ,
And u can find the difference between Qt and QML UI.And Qt is also cross platform framework as that of SFML,
If its 3rd party lib, u can use with Qt as well.Thanks,
-
Hi,
Can you define slow ?
What is your game about ?
Does it use OpenGL ?