Is it possible to develop a C++ program while using HTML and CSS for the user interface? I know about programming with Javascript using a Webkit container, but I am really inter
As of 2019 I suggest you'll check out the Ultralight HTML UI Engine
Not Open Source, Available for C++. OpenGL and DirectX rendering supported.
Ultralight is the lighter, faster option to integrate HTML UI in your C++ app.
It's made by the creator of Awesomium, who unfortunately decided to delete Awesomium. This is what we got now.
If you need something more heavy weight rather than lightweight I recommend taking a look at CEF. It’s a very powerful (and open source) tool.