2D Vector Graphics
-
Hello,
I am trying to use 2D vector graphics within my Qt Quick GUI using QML. I am familiar with using the Cairo graphics library when using Gtk. Would you recommend the use of Cairo with Qt? I have seen online that some people use Cairo with Qt, but it doesn't seem to be the preferred way of drawing 2D vector graphics in Qt. Is it worth it to use Cairo in Qt since I am familiar with it, or just use the 2D graphics native to Qt since it is probably optimized and faster (I don't mind learning how to use it)?
Thanks