How to build native C++ apps with HTML/CSS UI?

后端 未结 5 1688
没有蜡笔的小新
没有蜡笔的小新 2021-01-29 17:42

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

5条回答
  •  借酒劲吻你
    2021-01-29 18:33

    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.

提交回复
热议问题