Best, stylable and cross-platform by CSS GUI library for C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Best, stylable and cross-platform by CSS GUI library for C++?

I'm looking for library that can do that. I heard Qt is great but I need one which I can style using CSS. Just how java has JavaFX. It should also have a window maker tool(like Scene Builder for java). Also it should be able to interact with the OpenGL library. Or else I'll go with GLFW.

25th Apr 2019, 1:36 PM
I'm a Squirrel
I'm a Squirrel - avatar
1 Answer
+ 3
From what I heard QT isn't that easy to start with, but it actually uses CSS and QML (similar to HTML) to build UIs. It's also probably the best cross-platform framework for C++ out there. It has a window maker tool inside the QT-creator IDE, too and should be able to handle OpenGL perfectly.
25th Apr 2019, 1:50 PM
Aaron Eberhardt
Aaron Eberhardt - avatar